Html Css Color HEX #057335 Dark Spring Green

📋 copy color: '#057335'

red 5 ◦ green 115 ◦ blue 53

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

Shades of Dark Spring Green #057335

Tints of Dark Spring Green #057335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 66.47%

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

R = 2.89%
G = 66.47%
B = 30.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#057335 (or 0x057335) is known color: Dark Spring Green. HEX triplet: 05, 73 and 35. RGB value is (5,115,53). Sum of RGB (Red+Green+Blue) = 5+115+53=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #057335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057335 is #FA8CCA. Grayscale: #4B4B4B. Windows color (decimal): -16420043 or 3502853. OLE color: 3502853.

HSL color Cylindrical-coordinate representation of color #057335: hue angle of 146.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057335 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 53 -
CMYK 0.96 0 0.54 0.55
HSL 146.18º 0.92% 0.24% -
HSV(B) 146.18º 0.96% 0.45% -
XYZ 6.84 12.55 5.43 -
YUV 75.04 115.56 78.04 -
System Red Green Blue C M Y K H S L
Decimal 5 115 53 0.96 0 0.54 0.55 146.18 0.92 0.24
Hex 5 73 35 60 0 36 37 92 5C 18
Octal 5 163 65 140 0 66 67 222 134 30
Binary 101 1110011 110101 1100000 0 110110 110111 10010010 1011100 11000

Color Harmonies of #057335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057335

Black with #057335

Text Example


Text Example

White with #057335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057335; }

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

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

background-color css

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

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

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

border-color css

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

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

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