Html Css Color HEX #136008 Green

📋 copy color: '#136008'

red 19 ◦ green 96 ◦ blue 8

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

Shades of Green #136008

Tints of Green #136008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 78.05%

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

R = 15.45%
G = 78.05%
B = 6.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#136008 (or 0x136008) is known color: Green. HEX triplet: 13, 60 and 08. RGB value is (19,96,8). Sum of RGB (Red+Green+Blue) = 19+96+8=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #136008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136008 is #EC9FF7. Grayscale: #3F3F3F. Windows color (decimal): -15507448 or 548883. OLE color: 548883.

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

Color convert

RGB 19 96 8 -
CMYK 0.80 0 0.92 0.62
HSL 112.5º 0.85% 0.2% -
HSV(B) 112.5º 0.92% 0.38% -
XYZ 4.5 8.52 1.64 -
YUV 62.95 96.99 96.66 -
System Red Green Blue C M Y K H S L
Decimal 19 96 8 0.80 0 0.92 0.62 112.5 0.85 0.2
Hex 13 60 8 50 0 5C 3E 70 55 14
Octal 23 140 10 120 0 134 76 160 125 24
Binary 10011 1100000 1000 1010000 0 1011100 111110 1110000 1010101 10100

Color Harmonies of #136008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136008

Black with #136008

Text Example


Text Example

White with #136008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136008; }

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

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

background-color css

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

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

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

border-color css

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

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

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