Html Css Color HEX #036612 Green

📋 copy color: '#036612'

red 3 ◦ green 102 ◦ blue 18

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

Shades of Green #036612

Tints of Green #036612

RGB

 RED value IS 3 (1.56% from 255) = 2.44%

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

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

R = 2.44%
G = 82.93%
B = 14.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#036612 (or 0x036612) is known color: Green. HEX triplet: 03, 66 and 12. RGB value is (3,102,18). Sum of RGB (Red+Green+Blue) = 3+102+18=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #036612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036612 is #FC99ED. Grayscale: #3F3F3F. Windows color (decimal): -16554478 or 1205763. OLE color: 1205763.

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

Color convert

RGB 3 102 18 -
CMYK 0.97 0 0.82 0.6
HSL 129.09º 0.94% 0.21% -
HSV(B) 129.09º 0.97% 0.4% -
XYZ 4.9 9.57 2.16 -
YUV 62.82 102.7 85.33 -
System Red Green Blue C M Y K H S L
Decimal 3 102 18 0.97 0 0.82 0.6 129.09 0.94 0.21
Hex 3 66 12 61 0 52 3C 81 5E 15
Octal 3 146 22 141 0 122 74 201 136 25
Binary 11 1100110 10010 1100001 0 1010010 111100 10000001 1011110 10101

Color Harmonies of #036612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036612

Black with #036612

Text Example


Text Example

White with #036612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036612; }

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

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

background-color css

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

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

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

border-color css

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

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

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