#057B42

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

Shades of Dark Spring Green #057B42

Tints of Dark Spring Green #057B42

Color information

#057B42 (or 0x057B42) is unknown color: approx Dark Spring Green. HEX triplet: 05, 7B and 42. RGB value is (5,123,66). Sum of RGB (Red+Green+Blue) = 5+123+66=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 123 (48.44% from 255 or 63.40% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 123 - color contains mainly: green. Hex color #057B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B42 is #FA84BD. Grayscale: #515151. Windows color (decimal): -16417982 or 4356869. OLE color: 4356869.

HSL color Cylindrical-coordinate representation of color #057B42: hue angle of 151.02º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B42 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB512366-
CMYK0.9600.460.52
HSL151.02º92.19%25.1%-
HSV(B)151.02º95.93%48.24%-
XYZ8.1314.597.54-
YUV81.22119.4173.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 123 (48.44% from 255) = 63.40%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=2.58%
G=63.40%
B=34.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5123660.9600.460.52151.0292.1925.1
Hex57B426002E34975c19
Octal51731021400566422713431
Binary101111101110000101100000010111011010010010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057B42; }

 p { color: rgb(5,123,66); }

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

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

 a { background-color: rgb(5,123,66); }

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

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

 span { border-color: rgb(5,123,66); }

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