#057235

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

Shades of Fun Green #057235

Tints of Fun Green #057235

Color information

#057235 (or 0x057235) is unknown color: approx Fun Green. HEX triplet: 05, 72 and 35. RGB value is (5,114,53). Sum of RGB (Red+Green+Blue) = 5+114+53=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #057235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057235 is #FA8DCA. Grayscale: #4A4A4A. Windows color (decimal): -16420299 or 3502597. OLE color: 3502597.

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

Color convert

RGB511453-
CMYK0.9600.540.55
HSL146.42º91.6%23.33%-
HSV(B)146.42º95.61%44.71%-
XYZ6.7212.325.39-
YUV74.46115.8978.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 114 (44.92% from 255) = 66.28%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=2.91%
G=66.28%
B=30.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114530.9600.540.55146.4291.623.33
Hex572356003637925c17
Octal5162651400666722213427
Binary10111100101101011100000011011011011110010010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057235; }

 p { color: rgb(5,114,53); }

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

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

 a { background-color: rgb(5,114,53); }

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

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

 span { border-color: rgb(5,114,53); }

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