#0F834C

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

Shades of Salem #0F834C

Tints of Salem #0F834C

Color information

#0F834C (or 0x0F834C) is unknown color: approx Salem. HEX triplet: 0F, 83 and 4C. RGB value is (15,131,76). Sum of RGB (Red+Green+Blue) = 15+131+76=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #0F834C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F834C is #F07CB3. Grayscale: #5A5A5A. Windows color (decimal): -15760564 or 5014287. OLE color: 5014287.

HSL color Cylindrical-coordinate representation of color #0F834C: hue angle of 151.55º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F834C is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1513176-
CMYK0.8900.420.49
HSL151.55º79.45%28.63%-
HSV(B)151.55º88.55%51.37%-
XYZ9.6216.869.58-
YUV90.05120.0774.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.76%
GREEN value IS 131 (51.56% from 255) = 59.01%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=6.76%
G=59.01%
B=34.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15131760.8900.420.49151.5579.4528.63
HexF834C5902A31984f1d
Octal172031141310526123011735
Binary11111000001110011001011001010101011000110011000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,131,76); }

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

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

 a { background-color: rgb(15,131,76); }

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

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

 span { border-color: rgb(15,131,76); }

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