#05853B

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

Shades of Dark Spring Green #05853B

Tints of Dark Spring Green #05853B

Color information

#05853B (or 0x05853B) is unknown color: approx Dark Spring Green. HEX triplet: 05, 85 and 3B. RGB value is (5,133,59). Sum of RGB (Red+Green+Blue) = 5+133+59=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #05853B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05853B is #FA7AC4. Grayscale: #565656. Windows color (decimal): -16415429 or 3900677. OLE color: 3900677.

HSL color Cylindrical-coordinate representation of color #05853B: hue angle of 145.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05853B is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB513359-
CMYK0.9600.560.48
HSL145.31º92.75%27.06%-
HSV(B)145.31º96.24%52.16%-
XYZ9.2417.126.96-
YUV86.29112.5970.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 133 (52.34% from 255) = 67.51%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=2.54%
G=67.51%
B=29.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133590.9600.560.48145.3192.7527.06
Hex5853B6003830915d1b
Octal5205731400706022113533
Binary101100001011110111100000011100011000010010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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