#0D8252

Color #0D8252 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #0D8252

Tints of Salem #0D8252

Color information

#0D8252 (or 0x0D8252) is unknown color: approx Salem. HEX triplet: 0D, 82 and 52. RGB value is (13,130,82). Sum of RGB (Red+Green+Blue) = 13+130+82=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8252 is #F27DAD. Grayscale: #595959. Windows color (decimal): -15891886 or 5407245. OLE color: 5407245.

HSL color Cylindrical-coordinate representation of color #0D8252: hue angle of 155.38º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8252 is Cyan = 0.9, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1313082-
CMYK0.900.370.49
HSL155.38º81.82%28.04%-
HSV(B)155.38º90%50.98%-
XYZ9.6716.6610.69-
YUV89.54123.7473.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=5.78%
G=57.78%
B=36.44%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13130820.900.370.49155.3881.8228.04
HexD82525A025319b521c
Octal152021221320456123312234
Binary11011000001010100101011010010010111000110011011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,130,82); }

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

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

 a { background-color: rgb(13,130,82); }

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

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

 span { border-color: rgb(13,130,82); }

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