#0c8b53

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

Shades of Salem #0C8B53

Tints of Salem #0C8B53

Color information

#0C8B53 (or 0x0C8B53) is unknown color: approx Salem. HEX triplet: 0C, 8B and 53. RGB value is (12,139,83). Sum of RGB (Red+Green+Blue) = 12+139+83=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B53 is #F374AC. Grayscale: #5E5E5E. Windows color (decimal): -15955117 or 5475084. OLE color: 5475084.

HSL color Cylindrical-coordinate representation of color #0C8B53: hue angle of 153.54º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B53 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1213983-
CMYK0.9100.400.45
HSL153.54º84.11%29.61%-
HSV(B)153.54º91.37%54.51%-
XYZ10.9519.1711.31-
YUV94.64121.4269.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.13%
GREEN value IS 139 (54.69% from 255) = 59.40%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=5.13%
G=59.40%
B=35.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12139830.9100.400.45153.5484.1129.61
HexC8B535B0282D9a541e
Octal142131231330505523212436
Binary11001000101110100111011011010100010110110011010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c8b53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,139,83); }

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

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

 a { background-color: rgb(12,139,83); }

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

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

 span { border-color: rgb(12,139,83); }

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