#036313

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

Shades of Green #036313

Tints of Green #036313

Color information

#036313 (or 0x036313) is unknown color: approx Green. HEX triplet: 03, 63 and 13. RGB value is (3,99,19). Sum of RGB (Red+Green+Blue) = 3+99+19=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 99 (39.06% from 255 or 81.82% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 99 - color contains mainly: green. Hex color #036313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036313 is #FC9CEC. Grayscale: #3D3D3D. Windows color (decimal): -16555245 or 1270531. OLE color: 1270531.

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

Color convert

RGB39919-
CMYK0.9700.810.61
HSL130º94.12%20%-
HSV(B)130º96.97%38.82%-
XYZ4.628.992.11-
YUV61.18104.286.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 99 (39.06% from 255) = 81.82%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=2.48%
G=81.82%
B=15.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399190.9700.810.6113094.1220
Hex36313610513D825e14
Octal31432314101217520213624
Binary1111000111001111000010101000111110110000010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036313; }

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

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

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

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

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

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

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

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