#036304

Color #036304 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #036304

Tints of Green #036304

Color information

#036304 (or 0x036304) is unknown color: approx Green. HEX triplet: 03, 63 and 04. RGB value is (3,99,4). Sum of RGB (Red+Green+Blue) = 3+99+4=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 99 (39.06% from 255 or 93.40% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 99 - color contains mainly: green. Hex color #036304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036304 is #FC9CFB. Grayscale: #3B3B3B. Windows color (decimal): -16555260 or 287491. OLE color: 287491.

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

Color convert

RGB3994-
CMYK0.9700.960.61
HSL120.62º94.12%20%-
HSV(B)120.62º96.97%38.82%-
XYZ4.528.951.6-
YUV59.4796.787.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 99 (39.06% from 255) = 93.40%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=2.83%
G=93.40%
B=3.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39940.9700.960.61120.6294.1220
Hex3634610603D795e14
Octal3143414101407517113624
Binary1111000111001100001011000001111011111001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036304; }

 p { color: rgb(3,99,4); }

 H1.HeaderClassName
 {
   color: #036304;
 }
 .AnyTagClassName
 {
   color: #036304;
 }
</style>
background-color css

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

 a { background-color: rgb(3,99,4); }

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

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

 span { border-color: rgb(3,99,4); }

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