#057630

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

Shades of Dark Spring Green #057630

Tints of Dark Spring Green #057630

Color information

#057630 (or 0x057630) is unknown color: approx Dark Spring Green. HEX triplet: 05, 76 and 30. RGB value is (5,118,48). Sum of RGB (Red+Green+Blue) = 5+118+48=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #057630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057630 is #FA89CF. Grayscale: #4C4C4C. Windows color (decimal): -16419280 or 3175941. OLE color: 3175941.

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

Color convert

RGB511848-
CMYK0.9600.590.54
HSL142.83º91.87%24.12%-
HSV(B)142.83º95.76%46.27%-
XYZ7.0713.24.97-
YUV76.23112.0677.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 118 (46.48% from 255) = 69.01%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=2.92%
G=69.01%
B=28.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118480.9600.590.54142.8391.8724.12
Hex576306003B368f5c18
Octal5166601400736621713430
Binary10111101101100001100000011101111011010001111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057630; }

 p { color: rgb(5,118,48); }

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

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

 a { background-color: rgb(5,118,48); }

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

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

 span { border-color: rgb(5,118,48); }

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