#0c853f

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

Shades of Salem #0C853F

Tints of Salem #0C853F

Color information

#0C853F (or 0x0C853F) is unknown color: approx Salem. HEX triplet: 0C, 85 and 3F. RGB value is (12,133,63). Sum of RGB (Red+Green+Blue) = 12+133+63=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #0C853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C853F is #F37AC0. Grayscale: #595959. Windows color (decimal): -15956673 or 4162828. OLE color: 4162828.

HSL color Cylindrical-coordinate representation of color #0C853F: hue angle of 145.29º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C853F is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1213363-
CMYK0.9100.530.48
HSL145.29º83.45%28.43%-
HSV(B)145.29º90.98%52.16%-
XYZ9.4417.217.53-
YUV88.84113.4173.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 133 (52.34% from 255) = 63.94%
BLUE value IS 63 (25% from 255) = 30.29%
R=5.77%
G=63.94%
B=30.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12133630.9100.530.48145.2983.4528.43
HexC853F5B0353091531c
Octal14205771330656022112334
Binary1100100001011111111011011011010111000010010001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c853f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,133,63); }

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

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

 a { background-color: rgb(12,133,63); }

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

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

 span { border-color: rgb(12,133,63); }

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