#036332

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

Shades of Fun Green #036332

Tints of Fun Green #036332

Color information

#036332 (or 0x036332) is unknown color: approx Fun Green. HEX triplet: 03, 63 and 32. RGB value is (3,99,50). Sum of RGB (Red+Green+Blue) = 3+99+50=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #036332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036332 is #FC9CCD. Grayscale: #404040. Windows color (decimal): -16555214 or 3302147. OLE color: 3302147.

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

Color convert

RGB39950-
CMYK0.9700.490.61
HSL149.38º94.12%20%-
HSV(B)149.38º96.97%38.82%-
XYZ5.089.174.52-
YUV64.71119.783.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=1.97%
G=65.13%
B=32.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399500.9700.490.61149.3894.1220
Hex36332610313D955e14
Octal3143621410617522513624
Binary1111000111100101100001011000111110110010101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036332; }

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

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

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

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

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

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

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

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