Html Css Color HEX #057541 Dark Spring Green

📋 copy color: '#057541'

red 5 ◦ green 117 ◦ blue 65

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

Shades of Dark Spring Green #057541

Tints of Dark Spring Green #057541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 2.67%
G = 62.57%
B = 34.76%

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

#057541 (or 0x057541) is known color: Dark Spring Green. HEX triplet: 05, 75 and 41. RGB value is (5,117,65). Sum of RGB (Red+Green+Blue) = 5+117+65=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #057541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057541 is #FA8ABE. Grayscale: #4D4D4D. Windows color (decimal): -16419519 or 4289797. OLE color: 4289797.

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

Color convert

RGB 5 117 65 -
CMYK 0.96 0 0.44 0.54
HSL 152.14º 0.92% 0.24% -
HSV(B) 152.14º 0.96% 0.46% -
XYZ 7.38 13.14 7.15 -
YUV 77.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 5 117 65 0.96 0 0.44 0.54 152.14 0.92 0.24
Hex 5 75 41 60 0 2C 36 98 5C 18
Octal 5 165 101 140 0 54 66 230 134 30
Binary 101 1110101 1000001 1100000 0 101100 110110 10011000 1011100 11000

Color Harmonies of #057541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057541

Black with #057541

Text Example


Text Example

White with #057541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057541; }

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

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

background-color css

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

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

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

border-color css

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

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

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