Html Css Color HEX #057542 Dark Spring Green

📋 copy color: '#057542'

red 5 ◦ green 117 ◦ blue 66

#057542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #057542

Tints of Dark Spring Green #057542

RGB

 RED value IS 5 (2.34% from 255) = 2.66%

 GREEN value IS 117 (46.09% from 255) = 62.23%

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 2.66%
G = 62.23%
B = 35.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#057542 (or 0x057542) is known color: Dark Spring Green. HEX triplet: 05, 75 and 42. RGB value is (5,117,66). Sum of RGB (Red+Green+Blue) = 5+117+66=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #057542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057542 is #FA8ABD. Grayscale: #4D4D4D. Windows color (decimal): -16419518 or 4355333. OLE color: 4355333.

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

Color convert

RGB 5 117 66 -
CMYK 0.96 0 0.44 0.54
HSL 152.68º 0.92% 0.24% -
HSV(B) 152.68º 0.96% 0.46% -
XYZ 7.41 13.15 7.3 -
YUV 77.7 121.39 76.15 -
System Red Green Blue C M Y K H S L
Decimal 5 117 66 0.96 0 0.44 0.54 152.68 0.92 0.24
Hex 5 75 42 60 0 2C 36 99 5C 18
Octal 5 165 102 140 0 54 66 231 134 30
Binary 101 1110101 1000010 1100000 0 101100 110110 10011001 1011100 11000

Color Harmonies of #057542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057542

Black with #057542

Text Example


Text Example

White with #057542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057542; }

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

 H1.HeaderClassName
 {
   color: #057542;
 }
 .AnyTagClassName
 {
   color: #057542;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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