Html Css Color HEX #036012 Green

📋 copy color: '#036012'

red 3 ◦ green 96 ◦ blue 18

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

Shades of Green #036012

Tints of Green #036012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 82.05%

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

R = 2.56%
G = 82.05%
B = 15.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#036012 (or 0x036012) is known color: Green. HEX triplet: 03, 60 and 12. RGB value is (3,96,18). Sum of RGB (Red+Green+Blue) = 3+96+18=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #036012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036012 is #FC9FED. Grayscale: #3B3B3B. Windows color (decimal): -16556014 or 1204227. OLE color: 1204227.

HSL color Cylindrical-coordinate representation of color #036012: hue angle of 129.68º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036012 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 18 -
CMYK 0.97 0 0.81 0.62
HSL 129.68º 0.94% 0.19% -
HSV(B) 129.68º 0.97% 0.38% -
XYZ 4.33 8.43 1.97 -
YUV 59.3 104.69 87.84 -
System Red Green Blue C M Y K H S L
Decimal 3 96 18 0.97 0 0.81 0.62 129.68 0.94 0.19
Hex 3 60 12 61 0 51 3E 82 5E 13
Octal 3 140 22 141 0 121 76 202 136 23
Binary 11 1100000 10010 1100001 0 1010001 111110 10000010 1011110 10011

Color Harmonies of #036012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036012

Black with #036012

Text Example


Text Example

White with #036012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036012; }

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

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

background-color css

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

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

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

border-color css

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

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

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