#055735

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

Shades of Fun Green #055735

Tints of Fun Green #055735

Color information

#055735 (or 0x055735) is unknown color: approx Fun Green. HEX triplet: 05, 57 and 35. RGB value is (5,87,53). Sum of RGB (Red+Green+Blue) = 5+87+53=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 87 (34.38% from 255 or 60% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 87 - color contains mainly: green. Hex color #055735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055735 is #FAA8CA. Grayscale: #3A3A3A. Windows color (decimal): -16427211 or 3495685. OLE color: 3495685.

HSL color Cylindrical-coordinate representation of color #055735: hue angle of 155.12º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055735 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB58753-
CMYK0.9400.390.66
HSL155.12º89.13%18.04%-
HSV(B)155.12º94.25%34.12%-
XYZ4.117.114.52-
YUV58.61124.8389.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 87 (34.38% from 255) = 60%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=3.45%
G=60%
B=36.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587530.9400.390.66155.1289.1318.04
Hex557355E027429b5912
Octal51276513604710223313122
Binary101101011111010110111100100111100001010011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055735; }

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

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

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

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

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

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

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

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