#05753A

Color #05753A Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #05753A

Tints of Dark Spring Green #05753A

Color information

#05753A (or 0x05753A) is unknown color: approx Dark Spring Green. HEX triplet: 05, 75 and 3A. RGB value is (5,117,58). Sum of RGB (Red+Green+Blue) = 5+117+58=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #05753A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05753A is #FA8AC5. Grayscale: #4C4C4C. Windows color (decimal): -16419526 or 3831045. OLE color: 3831045.

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

Color convert

RGB511758-
CMYK0.9600.500.54
HSL148.39º91.8%23.92%-
HSV(B)148.39º95.73%45.88%-
XYZ7.1913.066.15-
YUV76.79117.3976.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 117 (46.09% from 255) = 65%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=2.78%
G=65%
B=32.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117580.9600.500.54148.3991.823.92
Hex5753A6003236945c18
Octal5165721400626622413430
Binary10111101011110101100000011001011011010010100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05753A;
 }
 .AnyTagClassName
 {
   color: #05753A;
 }
</style>
background-color css

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

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

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

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

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

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