Html Css Color HEX #036011 Green

📋 copy color: '#036011'

red 3 ◦ green 96 ◦ blue 17

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

Shades of Green #036011

Tints of Green #036011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 2.59%
G = 82.76%
B = 14.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#036011 (or 0x036011) is known color: Green. HEX triplet: 03, 60 and 11. RGB value is (3,96,17). Sum of RGB (Red+Green+Blue) = 3+96+17=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #036011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036011 is #FC9FEE. Grayscale: #3B3B3B. Windows color (decimal): -16556015 or 1138691. OLE color: 1138691.

HSL color Cylindrical-coordinate representation of color #036011: hue angle of 129.03º 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 #036011 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 17 -
CMYK 0.97 0 0.82 0.62
HSL 129.03º 0.94% 0.19% -
HSV(B) 129.03º 0.97% 0.38% -
XYZ 4.32 8.43 1.93 -
YUV 59.19 104.19 87.92 -
System Red Green Blue C M Y K H S L
Decimal 3 96 17 0.97 0 0.82 0.62 129.03 0.94 0.19
Hex 3 60 11 61 0 52 3E 81 5E 13
Octal 3 140 21 141 0 122 76 201 136 23
Binary 11 1100000 10001 1100001 0 1010010 111110 10000001 1011110 10011

Color Harmonies of #036011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036011

Black with #036011

Text Example


Text Example

White with #036011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036011; }

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

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

background-color css

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

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

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

border-color css

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

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

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