#0D8532

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

Shades of Dark Spring Green #0D8532

Tints of Dark Spring Green #0D8532

Color information

#0D8532 (or 0x0D8532) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 85 and 32. RGB value is (13,133,50). Sum of RGB (Red+Green+Blue) = 13+133+50=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 133 (52.34% from 255 or 67.86% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8532 is #F27ACD. Grayscale: #575757. Windows color (decimal): -15891150 or 3310861. OLE color: 3310861.

HSL color Cylindrical-coordinate representation of color #0D8532: hue angle of 138.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8532 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1313350-
CMYK0.9000.620.48
HSL138.5º82.19%28.63%-
HSV(B)138.5º90.23%52.16%-
XYZ9.1317.095.84-
YUV87.66106.7474.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.63%
GREEN value IS 133 (52.34% from 255) = 67.86%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=6.63%
G=67.86%
B=25.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13133500.9000.620.48138.582.1928.63
HexD85325A03E308a521d
Octal15205621320766021212235
Binary1101100001011100101011010011111011000010001010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8532; }

 p { color: rgb(13,133,50); }

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

<style>
 a { background-color: #0D8532; }

 a { background-color: rgb(13,133,50); }

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

<style>
 span { border-color: #0D8532; }

 span { border-color: rgb(13,133,50); }

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