Html Css Color HEX #05772F Dark Spring Green

📋 copy color: '#05772F'

red 5 ◦ green 119 ◦ blue 47

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

Shades of Dark Spring Green #05772F

Tints of Dark Spring Green #05772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 2.92%
G = 69.59%
B = 27.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#05772F (or 0x05772F) is known color: Dark Spring Green. HEX triplet: 05, 77 and 2F. RGB value is (5,119,47). Sum of RGB (Red+Green+Blue) = 5+119+47=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #05772F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05772F is #FA88D0. Grayscale: #4C4C4C. Windows color (decimal): -16419025 or 3110661. OLE color: 3110661.

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

Color convert

RGB 5 119 47 -
CMYK 0.96 0 0.61 0.53
HSL 142.11º 0.92% 0.24% -
HSV(B) 142.11º 0.96% 0.47% -
XYZ 7.17 13.43 4.9 -
YUV 76.71 111.23 76.85 -
System Red Green Blue C M Y K H S L
Decimal 5 119 47 0.96 0 0.61 0.53 142.11 0.92 0.24
Hex 5 77 2F 60 0 3D 35 8E 5C 18
Octal 5 167 57 140 0 75 65 216 134 30
Binary 101 1110111 101111 1100000 0 111101 110101 10001110 1011100 11000

Color Harmonies of #05772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05772F

Black with #05772F

Text Example


Text Example

White with #05772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05772F; }

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

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

background-color css

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

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

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

border-color css

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

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

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