#13680A

Color #13680A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #13680A

Tints of Green #13680A

Color information

#13680A (or 0x13680A) is unknown color: approx Green. HEX triplet: 13, 68 and 0A. RGB value is (19,104,10). Sum of RGB (Red+Green+Blue) = 19+104+10=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #13680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13680A is #EC97F5. Grayscale: #444444. Windows color (decimal): -15505398 or 682003. OLE color: 682003.

HSL color Cylindrical-coordinate representation of color #13680A: hue angle of 114.26º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13680A is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1910410-
CMYK0.8200.900.59
HSL114.26º82.46%22.35%-
HSV(B)114.26º90.38%40.78%-
XYZ5.2710.061.95-
YUV67.8795.3493.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 104 (41.02% from 255) = 78.20%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=14.29%
G=78.20%
B=7.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104100.8200.900.59114.2682.4622.35
Hex1368A5205A3B725216
Octal231501212201327316212226
Binary10011110100010101010010010110101110111110010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13680A; }

 p { color: rgb(19,104,10); }

 H1.HeaderClassName
 {
   color: #13680A;
 }
 .AnyTagClassName
 {
   color: #13680A;
 }
</style>
background-color css

<style>
 a { background-color: #13680A; }

 a { background-color: rgb(19,104,10); }

 div.DivClassName
 {
   background-color: #13680A;
 }
 .BgClassName
 {
   background-color: #13680A;
 }
</style>
border-color css

<style>
 span { border-color: #13680A; }

 span { border-color: rgb(19,104,10); }

 td.TdClassName
 {
   border-color: #13680A;
 }
 .TagClassName
 {
   border-color: #13680A;
 }
</style>