#057732

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

Shades of Dark Spring Green #057732

Tints of Dark Spring Green #057732

Color information

#057732 (or 0x057732) is unknown color: approx Dark Spring Green. HEX triplet: 05, 77 and 32. RGB value is (5,119,50). Sum of RGB (Red+Green+Blue) = 5+119+50=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #057732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057732 is #FA88CD. Grayscale: #4D4D4D. Windows color (decimal): -16419022 or 3307269. OLE color: 3307269.

HSL color Cylindrical-coordinate representation of color #057732: hue angle of 143.68º 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 #057732 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB511950-
CMYK0.9600.580.53
HSL143.68º91.94%24.31%-
HSV(B)143.68º95.8%46.67%-
XYZ7.2413.465.23-
YUV77.05112.7376.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 119 (46.88% from 255) = 68.39%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=2.87%
G=68.39%
B=28.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119500.9600.580.53143.6891.9424.31
Hex577326003A35905c18
Octal5167621400726522013430
Binary10111101111100101100000011101011010110010000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057732; }

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

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

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

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

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

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

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

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