#057538

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

Shades of Dark Spring Green #057538

Tints of Dark Spring Green #057538

Color information

#057538 (or 0x057538) is unknown color: approx Dark Spring Green. HEX triplet: 05, 75 and 38. RGB value is (5,117,56). Sum of RGB (Red+Green+Blue) = 5+117+56=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #057538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057538 is #FA8AC7. Grayscale: #4C4C4C. Windows color (decimal): -16419528 or 3699973. OLE color: 3699973.

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

Color convert

RGB511756-
CMYK0.9600.520.54
HSL147.32º91.8%23.92%-
HSV(B)147.32º95.73%45.88%-
XYZ7.1413.045.88-
YUV76.56116.3976.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 117 (46.09% from 255) = 65.73%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=2.81%
G=65.73%
B=31.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117560.9600.520.54147.3291.823.92
Hex575386003436935c18
Octal5165701400646622313430
Binary10111101011110001100000011010011011010010011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057538; }

 p { color: rgb(5,117,56); }

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

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

 a { background-color: rgb(5,117,56); }

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

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

 span { border-color: rgb(5,117,56); }

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