Html Css Color HEX #057535 Dark Spring Green

📋 copy color: '#057535'

red 5 ◦ green 117 ◦ blue 53

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

Shades of Dark Spring Green #057535

Tints of Dark Spring Green #057535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 2.86%
G = 66.86%
B = 30.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#057535 (or 0x057535) is known color: Dark Spring Green. HEX triplet: 05, 75 and 35. RGB value is (5,117,53). Sum of RGB (Red+Green+Blue) = 5+117+53=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #057535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057535 is #FA8ACA. Grayscale: #4C4C4C. Windows color (decimal): -16419531 or 3503365. OLE color: 3503365.

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

Color convert

RGB 5 117 53 -
CMYK 0.96 0 0.55 0.54
HSL 145.71º 0.92% 0.24% -
HSV(B) 145.71º 0.96% 0.46% -
XYZ 7.07 13.01 5.51 -
YUV 76.22 114.89 77.2 -
System Red Green Blue C M Y K H S L
Decimal 5 117 53 0.96 0 0.55 0.54 145.71 0.92 0.24
Hex 5 75 35 60 0 37 36 92 5C 18
Octal 5 165 65 140 0 67 66 222 134 30
Binary 101 1110101 110101 1100000 0 110111 110110 10010010 1011100 11000

Color Harmonies of #057535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057535

Black with #057535

Text Example


Text Example

White with #057535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057535; }

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

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

background-color css

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

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

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

border-color css

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

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

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