Html Css Color HEX #05773B Dark Spring Green

📋 copy color: '#05773B'

red 5 ◦ green 119 ◦ blue 59

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

Shades of Dark Spring Green #05773B

Tints of Dark Spring Green #05773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 65.03%

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 2.73%
G = 65.03%
B = 32.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#05773B (or 0x05773B) is known color: Dark Spring Green. HEX triplet: 05, 77 and 3B. RGB value is (5,119,59). Sum of RGB (Red+Green+Blue) = 5+119+59=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #05773B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05773B is #FA88C4. Grayscale: #4E4E4E. Windows color (decimal): -16419013 or 3897093. OLE color: 3897093.

HSL color Cylindrical-coordinate representation of color #05773B: hue angle of 148.42º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05773B is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 59 -
CMYK 0.96 0 0.50 0.53
HSL 148.42º 0.92% 0.24% -
HSV(B) 148.42º 0.96% 0.47% -
XYZ 7.45 13.54 6.36 -
YUV 78.07 117.23 75.88 -
System Red Green Blue C M Y K H S L
Decimal 5 119 59 0.96 0 0.50 0.53 148.42 0.92 0.24
Hex 5 77 3B 60 0 32 35 94 5C 18
Octal 5 167 73 140 0 62 65 224 134 30
Binary 101 1110111 111011 1100000 0 110010 110101 10010100 1011100 11000

Color Harmonies of #05773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05773B

Black with #05773B

Text Example


Text Example

White with #05773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05773B; }

 p { color: rgb(5,119,59); }

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

background-color css

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

 a { background-color: rgb(5,119,59); }

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

border-color css

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

 span { border-color: rgb(5,119,59); }

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