Html Css Color HEX #136208 Green

📋 copy color: '#136208'

red 19 ◦ green 98 ◦ blue 8

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

Shades of Green #136208

Tints of Green #136208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 78.4%

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 15.2%
G = 78.4%
B = 6.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#136208 (or 0x136208) is known color: Green. HEX triplet: 13, 62 and 08. RGB value is (19,98,8). Sum of RGB (Red+Green+Blue) = 19+98+8=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 98 (38.67% from 255 or 78.4% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 98 - color contains mainly: green. Hex color #136208 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136208 is #EC9DF7. Grayscale: #404040. Windows color (decimal): -15506936 or 549395. OLE color: 549395.

HSL color Cylindrical-coordinate representation of color #136208: hue angle of 112.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136208 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 8 -
CMYK 0.81 0 0.92 0.62
HSL 112.67º 0.85% 0.21% -
HSV(B) 112.67º 0.92% 0.38% -
XYZ 4.68 8.89 1.7 -
YUV 64.12 96.33 95.82 -
System Red Green Blue C M Y K H S L
Decimal 19 98 8 0.81 0 0.92 0.62 112.67 0.85 0.21
Hex 13 62 8 51 0 5C 3E 71 55 15
Octal 23 142 10 121 0 134 76 161 125 25
Binary 10011 1100010 1000 1010001 0 1011100 111110 1110001 1010101 10101

Color Harmonies of #136208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136208

Black with #136208

Text Example


Text Example

White with #136208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136208; }

 p { color: rgb(19,98,8); }

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

background-color css

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

 a { background-color: rgb(19,98,8); }

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

border-color css

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

 span { border-color: rgb(19,98,8); }

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