Html Css Color HEX #05773E Dark Spring Green

📋 copy color: '#05773E'

red 5 ◦ green 119 ◦ blue 62

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

Shades of Dark Spring Green #05773E

Tints of Dark Spring Green #05773E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.33%

R = 2.69%
G = 63.98%
B = 33.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#05773E (or 0x05773E) is known color: Dark Spring Green. HEX triplet: 05, 77 and 3E. RGB value is (5,119,62). Sum of RGB (Red+Green+Blue) = 5+119+62=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 119 (46.88% from 255 or 63.98% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 119 - color contains mainly: green. Hex color #05773E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05773E is #FA88C1. Grayscale: #4E4E4E. Windows color (decimal): -16419010 or 4093701. OLE color: 4093701.

HSL color Cylindrical-coordinate representation of color #05773E: hue angle of 150º 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 #05773E is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 62 -
CMYK 0.96 0 0.48 0.53
HSL 150º 0.92% 0.24% -
HSV(B) 150º 0.96% 0.47% -
XYZ 7.53 13.57 6.78 -
YUV 78.42 118.73 75.63 -
System Red Green Blue C M Y K H S L
Decimal 5 119 62 0.96 0 0.48 0.53 150 0.92 0.24
Hex 5 77 3E 60 0 30 35 96 5C 18
Octal 5 167 76 140 0 60 65 226 134 30
Binary 101 1110111 111110 1100000 0 110000 110101 10010110 1011100 11000

Color Harmonies of #05773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05773E

Black with #05773E

Text Example


Text Example

White with #05773E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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