#057334

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

Shades of Fun Green #057334

Tints of Fun Green #057334

Color information

#057334 (or 0x057334) is unknown color: approx Fun Green. HEX triplet: 05, 73 and 34. RGB value is (5,115,52). Sum of RGB (Red+Green+Blue) = 5+115+52=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #057334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057334 is #FA8CCB. Grayscale: #4B4B4B. Windows color (decimal): -16420044 or 3437317. OLE color: 3437317.

HSL color Cylindrical-coordinate representation of color #057334: hue angle of 145.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057334 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB511552-
CMYK0.9600.550.55
HSL145.64º91.67%23.53%-
HSV(B)145.64º95.65%45.1%-
XYZ6.8112.545.31-
YUV74.93115.0678.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 115 (45.31% from 255) = 66.86%
BLUE value IS 52 (20.70% from 255) = 30.23%
R=2.91%
G=66.86%
B=30.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5115520.9600.550.55145.6491.6723.53
Hex573346003737925c18
Octal5163641400676722213430
Binary10111100111101001100000011011111011110010010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057334; }

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

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

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

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

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

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

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

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