Html Css Color HEX #136812 Green

📋 copy color: '#136812'

red 19 ◦ green 104 ◦ blue 18

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

Shades of Green #136812

Tints of Green #136812

RGB

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

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

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

R = 13.48%
G = 73.76%
B = 12.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#136812 (or 0x136812) is known color: Green. HEX triplet: 13, 68 and 12. RGB value is (19,104,18). Sum of RGB (Red+Green+Blue) = 19+104+18=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #136812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136812 is #EC97ED. Grayscale: #454545. Windows color (decimal): -15505390 or 1206291. OLE color: 1206291.

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

Color convert

RGB 19 104 18 -
CMYK 0.82 0 0.83 0.59
HSL 119.3º 0.7% 0.24% -
HSV(B) 119.3º 0.83% 0.41% -
XYZ 5.33 10.08 2.24 -
YUV 68.78 99.34 92.49 -
System Red Green Blue C M Y K H S L
Decimal 19 104 18 0.82 0 0.83 0.59 119.3 0.7 0.24
Hex 13 68 12 52 0 53 3B 77 46 18
Octal 23 150 22 122 0 123 73 167 106 30
Binary 10011 1101000 10010 1010010 0 1010011 111011 1110111 1000110 11000

Color Harmonies of #136812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136812

Black with #136812

Text Example


Text Example

White with #136812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136812; }

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

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

background-color css

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

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

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

border-color css

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

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

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