#0C7F49

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

Shades of Salem #0C7F49

Tints of Salem #0C7F49

Color information

#0C7F49 (or 0x0C7F49) is unknown color: approx Salem. HEX triplet: 0C, 7F and 49. RGB value is (12,127,73). Sum of RGB (Red+Green+Blue) = 12+127+73=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #0C7F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7F49 is #F380B6. Grayscale: #565656. Windows color (decimal): -15958199 or 4816652. OLE color: 4816652.

HSL color Cylindrical-coordinate representation of color #0C7F49: hue angle of 151.83º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7F49 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1212773-
CMYK0.9100.430.50
HSL151.83º82.73%27.25%-
HSV(B)151.83º90.55%49.8%-
XYZ8.9415.748.87-
YUV86.46120.474.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 127 (50% from 255) = 59.91%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=5.66%
G=59.91%
B=34.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12127730.9100.430.50151.8382.7327.25
HexC7F495B02B3298531b
Octal141771111330536223012333
Binary1100111111110010011011011010101111001010011000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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