#0C8956

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

Shades of Salem #0C8956

Tints of Salem #0C8956

Color information

#0C8956 (or 0x0C8956) is unknown color: approx Salem. HEX triplet: 0C, 89 and 56. RGB value is (12,137,86). Sum of RGB (Red+Green+Blue) = 12+137+86=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8956 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8956 is #F376A9. Grayscale: #5D5D5D. Windows color (decimal): -15955626 or 5671180. OLE color: 5671180.

HSL color Cylindrical-coordinate representation of color #0C8956: hue angle of 155.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8956 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB1213786-
CMYK0.9100.370.46
HSL155.52º83.89%29.22%-
HSV(B)155.52º91.24%53.73%-
XYZ10.7818.6411.83-
YUV93.81123.5969.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 137 (53.91% from 255) = 58.30%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=5.11%
G=58.30%
B=36.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12137860.9100.370.46155.5283.8929.22
HexC89565B0252E9c541d
Octal142111261330455623412435
Binary11001000100110101101011011010010110111010011100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,137,86); }

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

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

 a { background-color: rgb(12,137,86); }

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

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

 span { border-color: rgb(12,137,86); }

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