#0C8649

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

Shades of Salem #0C8649

Tints of Salem #0C8649

Color information

#0C8649 (or 0x0C8649) is unknown color: approx Salem. HEX triplet: 0C, 86 and 49. RGB value is (12,134,73). Sum of RGB (Red+Green+Blue) = 12+134+73=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 134 (52.73% from 255 or 61.19% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8649 is #F379B6. Grayscale: #5A5A5A. Windows color (decimal): -15956407 or 4818444. OLE color: 4818444.

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

Color convert

RGB1213473-
CMYK0.9100.460.47
HSL150º83.56%28.63%-
HSV(B)150º91.04%52.55%-
XYZ9.8817.619.18-
YUV90.57118.0871.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 134 (52.73% from 255) = 61.19%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=5.48%
G=61.19%
B=33.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12134730.9100.460.4715083.5628.63
HexC86495B02E2F96541d
Octal142061111330565722612435
Binary11001000011010010011011011010111010111110010110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,134,73); }

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

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

 a { background-color: rgb(12,134,73); }

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

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

 span { border-color: rgb(12,134,73); }

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