Html Css Color HEX #036412 Green

📋 copy color: '#036412'

red 3 ◦ green 100 ◦ blue 18

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

Shades of Green #036412

Tints of Green #036412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 82.64%

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

R = 2.48%
G = 82.64%
B = 14.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#036412 (or 0x036412) is known color: Green. HEX triplet: 03, 64 and 12. RGB value is (3,100,18). Sum of RGB (Red+Green+Blue) = 3+100+18=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 100 (39.45% from 255 or 82.64% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 100 - color contains mainly: green. Hex color #036412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036412 is #FC9BED. Grayscale: #3D3D3D. Windows color (decimal): -16554990 or 1205251. OLE color: 1205251.

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

Color convert

RGB 3 100 18 -
CMYK 0.97 0 0.82 0.61
HSL 129.28º 0.94% 0.2% -
HSV(B) 129.28º 0.97% 0.39% -
XYZ 4.7 9.18 2.1 -
YUV 61.65 103.36 86.17 -
System Red Green Blue C M Y K H S L
Decimal 3 100 18 0.97 0 0.82 0.61 129.28 0.94 0.2
Hex 3 64 12 61 0 52 3D 81 5E 14
Octal 3 144 22 141 0 122 75 201 136 24
Binary 11 1100100 10010 1100001 0 1010010 111101 10000001 1011110 10100

Color Harmonies of #036412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036412

Black with #036412

Text Example


Text Example

White with #036412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036412; }

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

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

background-color css

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

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

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

border-color css

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

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

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