Html Css Color HEX #136808 Green

📋 copy color: '#136808'

red 19 ◦ green 104 ◦ blue 8

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

Shades of Green #136808

Tints of Green #136808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 79.39%

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

R = 14.5%
G = 79.39%
B = 6.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#136808 (or 0x136808) is known color: Green. HEX triplet: 13, 68 and 08. RGB value is (19,104,8). Sum of RGB (Red+Green+Blue) = 19+104+8=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 104 (41.02% from 255 or 79.39% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 104 - color contains mainly: green. Hex color #136808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136808 is #EC97F7. Grayscale: #434343. Windows color (decimal): -15505400 or 550931. OLE color: 550931.

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

Color convert

RGB 19 104 8 -
CMYK 0.82 0 0.92 0.59
HSL 113.13º 0.86% 0.22% -
HSV(B) 113.13º 0.92% 0.41% -
XYZ 5.26 10.06 1.89 -
YUV 67.64 94.34 93.31 -
System Red Green Blue C M Y K H S L
Decimal 19 104 8 0.82 0 0.92 0.59 113.13 0.86 0.22
Hex 13 68 8 52 0 5C 3B 71 56 16
Octal 23 150 10 122 0 134 73 161 126 26
Binary 10011 1101000 1000 1010010 0 1011100 111011 1110001 1010110 10110

Color Harmonies of #136808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136808

Black with #136808

Text Example


Text Example

White with #136808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136808; }

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

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

background-color css

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

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

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

border-color css

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

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

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