Html Css Color HEX #05763A Dark Spring Green

📋 copy color: '#05763A'

red 5 ◦ green 118 ◦ blue 58

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

Shades of Dark Spring Green #05763A

Tints of Dark Spring Green #05763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 65.19%

 BLUE value IS 58 (23.05% from 255) = 32.04%

R = 2.76%
G = 65.19%
B = 32.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#05763A (or 0x05763A) is known color: Dark Spring Green. HEX triplet: 05, 76 and 3A. RGB value is (5,118,58). Sum of RGB (Red+Green+Blue) = 5+118+58=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 118 (46.48% from 255 or 65.19% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 118 - color contains mainly: green. Hex color #05763A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05763A is #FA89C5. Grayscale: #4D4D4D. Windows color (decimal): -16419270 or 3831301. OLE color: 3831301.

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

Color convert

RGB 5 118 58 -
CMYK 0.96 0 0.51 0.54
HSL 148.14º 0.92% 0.24% -
HSV(B) 148.14º 0.96% 0.46% -
XYZ 7.3 13.29 6.18 -
YUV 77.37 117.06 76.38 -
System Red Green Blue C M Y K H S L
Decimal 5 118 58 0.96 0 0.51 0.54 148.14 0.92 0.24
Hex 5 76 3A 60 0 33 36 94 5C 18
Octal 5 166 72 140 0 63 66 224 134 30
Binary 101 1110110 111010 1100000 0 110011 110110 10010100 1011100 11000

Color Harmonies of #05763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05763A

Black with #05763A

Text Example


Text Example

White with #05763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05763A; }

 p { color: rgb(5,118,58); }

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

background-color css

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

 a { background-color: rgb(5,118,58); }

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

border-color css

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

 span { border-color: rgb(5,118,58); }

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