#056034

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

Shades of Fun Green #056034

Tints of Fun Green #056034

Color information

#056034 (or 0x056034) is unknown color: approx Fun Green. HEX triplet: 05, 60 and 34. RGB value is (5,96,52). Sum of RGB (Red+Green+Blue) = 5+96+52=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #056034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056034 is #FA9FCB. Grayscale: #3F3F3F. Windows color (decimal): -16424908 or 3432453. OLE color: 3432453.

HSL color Cylindrical-coordinate representation of color #056034: hue angle of 150.99º 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 #056034 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB59652-
CMYK0.9500.460.62
HSL150.99º90.1%19.8%-
HSV(B)150.99º94.79%37.65%-
XYZ4.878.654.66-
YUV63.77121.3586.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 96 (37.89% from 255) = 62.75%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=3.27%
G=62.75%
B=33.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596520.9500.460.62150.9990.119.8
Hex560345F02E3E975a14
Octal5140641370567622713224
Binary10111000001101001011111010111011111010010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056034; }

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

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

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

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

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

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

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

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