#056032

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

Shades of Fun Green #056032

Tints of Fun Green #056032

Color information

#056032 (or 0x056032) is unknown color: approx Fun Green. HEX triplet: 05, 60 and 32. RGB value is (5,96,50). Sum of RGB (Red+Green+Blue) = 5+96+50=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #056032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056032 is #FA9FCD. Grayscale: #3F3F3F. Windows color (decimal): -16424910 or 3301381. OLE color: 3301381.

HSL color Cylindrical-coordinate representation of color #056032: hue angle of 149.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056032 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB59650-
CMYK0.9500.480.62
HSL149.67º90.1%19.8%-
HSV(B)149.67º94.79%37.65%-
XYZ4.828.634.43-
YUV63.55120.3586.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=3.31%
G=63.58%
B=33.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596500.9500.480.62149.6790.119.8
Hex560325F0303E965a14
Octal5140621370607622613224
Binary10111000001100101011111011000011111010010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056032; }

 p { color: rgb(5,96,50); }

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

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

 a { background-color: rgb(5,96,50); }

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

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

 span { border-color: rgb(5,96,50); }

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