Html Css Color HEX #136612 Green

📋 copy color: '#136612'

red 19 ◦ green 102 ◦ blue 18

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

Shades of Green #136612

Tints of Green #136612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 73.38%

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

R = 13.67%
G = 73.38%
B = 12.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#136612 (or 0x136612) is known color: Green. HEX triplet: 13, 66 and 12. RGB value is (19,102,18). Sum of RGB (Red+Green+Blue) = 19+102+18=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 102 (40.23% from 255 or 73.38% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 102 - color contains mainly: green. Hex color #136612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136612 is #EC99ED. Grayscale: #434343. Windows color (decimal): -15505902 or 1205779. OLE color: 1205779.

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

Color convert

RGB 19 102 18 -
CMYK 0.81 0 0.82 0.6
HSL 119.29º 0.7% 0.24% -
HSV(B) 119.29º 0.82% 0.4% -
XYZ 5.13 9.68 2.17 -
YUV 67.61 100 93.33 -
System Red Green Blue C M Y K H S L
Decimal 19 102 18 0.81 0 0.82 0.6 119.29 0.7 0.24
Hex 13 66 12 51 0 52 3C 77 46 18
Octal 23 146 22 121 0 122 74 167 106 30
Binary 10011 1100110 10010 1010001 0 1010010 111100 1110111 1000110 11000

Color Harmonies of #136612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136612

Black with #136612

Text Example


Text Example

White with #136612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136612; }

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

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

background-color css

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

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

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

border-color css

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

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

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