Html Css Color HEX #136412 Green

📋 copy color: '#136412'

red 19 ◦ green 100 ◦ blue 18

#136412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #136412

Tints of Green #136412

RGB

 RED value IS 19 (7.81% from 255) = 13.87%

 GREEN value IS 100 (39.45% from 255) = 72.99%

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 13.87%
G = 72.99%
B = 13.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#136412 (or 0x136412) is known color: Green. HEX triplet: 13, 64 and 12. RGB value is (19,100,18). Sum of RGB (Red+Green+Blue) = 19+100+18=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 100 (39.45% from 255 or 72.99% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 100 - color contains mainly: green. Hex color #136412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136412 is #EC9BED. Grayscale: #424242. Windows color (decimal): -15506414 or 1205267. OLE color: 1205267.

HSL color Cylindrical-coordinate representation of color #136412: hue angle of 119.27º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136412 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 100 18 -
CMYK 0.81 0 0.82 0.61
HSL 119.27º 0.69% 0.23% -
HSV(B) 119.27º 0.82% 0.39% -
XYZ 4.93 9.3 2.11 -
YUV 66.43 100.66 94.17 -
System Red Green Blue C M Y K H S L
Decimal 19 100 18 0.81 0 0.82 0.61 119.27 0.69 0.23
Hex 13 64 12 51 0 52 3D 77 45 17
Octal 23 144 22 121 0 122 75 167 105 27
Binary 10011 1100100 10010 1010001 0 1010010 111101 1110111 1000101 10111

Color Harmonies of #136412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136412

Black with #136412

Text Example


Text Example

White with #136412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136412; }

 p { color: rgb(19,100,18); }

 H1.HeaderClassName
 {
   color: #136412;
 }
 .AnyTagClassName
 {
   color: #136412;
 }
</style>

background-color css

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

 a { background-color: rgb(19,100,18); }

 div.DivClassName
 {
   background-color: #136412;
 }
 .BgClassName
 {
   background-color: #136412;
 }
</style>

border-color css

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

 span { border-color: rgb(19,100,18); }

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