#0F834D

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

Shades of Salem #0F834D

Tints of Salem #0F834D

Color information

#0F834D (or 0x0F834D) is unknown color: approx Salem. HEX triplet: 0F, 83 and 4D. RGB value is (15,131,77). Sum of RGB (Red+Green+Blue) = 15+131+77=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #0F834D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F834D is #F07CB2. Grayscale: #5A5A5A. Windows color (decimal): -15760563 or 5079823. OLE color: 5079823.

HSL color Cylindrical-coordinate representation of color #0F834D: hue angle of 152.07º 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 #0F834D is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1513177-
CMYK0.8900.410.49
HSL152.07º79.45%28.63%-
HSV(B)152.07º88.55%51.37%-
XYZ9.6516.879.77-
YUV90.16120.5774.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.73%
GREEN value IS 131 (51.56% from 255) = 58.74%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=6.73%
G=58.74%
B=34.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15131770.8900.410.49152.0779.4528.63
HexF834D5902931984f1d
Octal172031151310516123011735
Binary11111000001110011011011001010100111000110011000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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