#057C3D

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

Shades of Dark Spring Green #057C3D

Tints of Dark Spring Green #057C3D

Color information

#057C3D (or 0x057C3D) is unknown color: approx Dark Spring Green. HEX triplet: 05, 7C and 3D. RGB value is (5,124,61). Sum of RGB (Red+Green+Blue) = 5+124+61=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 124 (48.83% from 255 or 65.26% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 124 - color contains mainly: green. Hex color #057C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057C3D is #FA83C2. Grayscale: #515151. Windows color (decimal): -16417731 or 4029445. OLE color: 4029445.

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

Color convert

RGB512461-
CMYK0.9600.510.51
HSL148.24º92.25%25.29%-
HSV(B)148.24º95.97%48.63%-
XYZ8.1114.786.84-
YUV81.24116.5873.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.63%
GREEN value IS 124 (48.83% from 255) = 65.26%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=2.63%
G=65.26%
B=32.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5124610.9600.510.51148.2492.2525.29
Hex57C3D6003333945c19
Octal5174751400636322413431
Binary10111111001111011100000011001111001110010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,124,61); }

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

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

 a { background-color: rgb(5,124,61); }

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

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

 span { border-color: rgb(5,124,61); }

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