#057735

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

Shades of Dark Spring Green #057735

Tints of Dark Spring Green #057735

Color information

#057735 (or 0x057735) is unknown color: approx Dark Spring Green. HEX triplet: 05, 77 and 35. RGB value is (5,119,53). Sum of RGB (Red+Green+Blue) = 5+119+53=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 119 (46.88% from 255 or 67.23% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 119 - color contains mainly: green. Hex color #057735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057735 is #FA88CA. Grayscale: #4D4D4D. Windows color (decimal): -16419019 or 3503877. OLE color: 3503877.

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

Color convert

RGB511953-
CMYK0.9600.550.53
HSL145.26º91.94%24.31%-
HSV(B)145.26º95.8%46.67%-
XYZ7.313.485.59-
YUV77.39114.2376.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 119 (46.88% from 255) = 67.23%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=2.82%
G=67.23%
B=29.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119530.9600.550.53145.2691.9424.31
Hex577356003735915c18
Octal5167651400676522113430
Binary10111101111101011100000011011111010110010001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057735; }

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

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

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

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

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

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

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

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