Html Css Color HEX #036008 Green

📋 copy color: '#036008'

red 3 ◦ green 96 ◦ blue 8

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

Shades of Green #036008

Tints of Green #036008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.48%

R = 2.8%
G = 89.72%
B = 7.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#036008 (or 0x036008) is known color: Green. HEX triplet: 03, 60 and 08. RGB value is (3,96,8). Sum of RGB (Red+Green+Blue) = 3+96+8=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 96 (37.89% from 255 or 89.72% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 96 - color contains mainly: green. Hex color #036008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036008 is #FC9FF7. Grayscale: #3A3A3A. Windows color (decimal): -16556024 or 548867. OLE color: 548867.

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

Color convert

RGB 3 96 8 -
CMYK 0.97 0 0.92 0.62
HSL 123.23º 0.94% 0.19% -
HSV(B) 123.23º 0.97% 0.38% -
XYZ 4.26 8.4 1.63 -
YUV 58.16 99.69 88.66 -
System Red Green Blue C M Y K H S L
Decimal 3 96 8 0.97 0 0.92 0.62 123.23 0.94 0.19
Hex 3 60 8 61 0 5C 3E 7B 5E 13
Octal 3 140 10 141 0 134 76 173 136 23
Binary 11 1100000 1000 1100001 0 1011100 111110 1111011 1011110 10011

Color Harmonies of #036008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036008

Black with #036008

Text Example


Text Example

White with #036008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036008; }

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

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

background-color css

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

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

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

border-color css

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

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

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