Html Css Color HEX #036000 Green

📋 copy color: '#036000'

red 3 ◦ green 96 ◦ blue 0

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

Shades of Green #036000

Tints of Green #036000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.03%
G = 96.97%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#036000 (or 0x036000) is known color: Green. HEX triplet: 03, 60 and 00. RGB value is (3,96,0). Sum of RGB (Red+Green+Blue) = 3+96+0=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 96 (37.89% from 255 or 96.97% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 96 - color contains mainly: green. Hex color #036000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036000 is #FC9FFF. Grayscale: #393939. Windows color (decimal): -16556032 or 24579. OLE color: 24579.

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

Color convert

RGB 3 96 0 -
CMYK 0.97 0 1 0.62
HSL 118.13º 1% 0.19% -
HSV(B) 118.13º 1% 0.38% -
XYZ 4.22 8.39 1.4 -
YUV 57.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 3 96 0 0.97 0 1 0.62 118.13 1 0.19
Hex 3 60 0 61 0 64 3E 76 64 13
Octal 3 140 0 141 0 144 76 166 144 23
Binary 11 1100000 0 1100001 0 1100100 111110 1110110 1100100 10011

Color Harmonies of #036000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036000

Black with #036000

Text Example


Text Example

White with #036000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036000; }

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

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

background-color css

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

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

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

border-color css

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

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

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