#0C884F

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

Shades of Salem #0C884F

Tints of Salem #0C884F

Color information

#0C884F (or 0x0C884F) is unknown color: approx Salem. HEX triplet: 0C, 88 and 4F. RGB value is (12,136,79). Sum of RGB (Red+Green+Blue) = 12+136+79=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #0C884F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C884F is #F377B0. Grayscale: #5C5C5C. Windows color (decimal): -15955889 or 5212172. OLE color: 5212172.

HSL color Cylindrical-coordinate representation of color #0C884F: hue angle of 152.42º 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 #0C884F is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1213679-
CMYK0.9100.420.47
HSL152.42º83.78%29.02%-
HSV(B)152.42º91.18%53.33%-
XYZ10.3718.2510.37-
YUV92.43120.4270.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 136 (53.52% from 255) = 59.91%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=5.29%
G=59.91%
B=34.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12136790.9100.420.47152.4283.7829.02
HexC884F5B02A2F98541d
Octal142101171330525723012435
Binary11001000100010011111011011010101010111110011000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,136,79); }

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

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

 a { background-color: rgb(12,136,79); }

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

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

 span { border-color: rgb(12,136,79); }

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