#0F824A

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

Shades of Salem #0F824A

Tints of Salem #0F824A

Color information

#0F824A (or 0x0F824A) is unknown color: approx Salem. HEX triplet: 0F, 82 and 4A. RGB value is (15,130,74). Sum of RGB (Red+Green+Blue) = 15+130+74=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #0F824A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F824A is #F07DB5. Grayscale: #595959. Windows color (decimal): -15760822 or 4882959. OLE color: 4882959.

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

Color convert

RGB1513074-
CMYK0.8800.430.49
HSL150.78º79.31%28.43%-
HSV(B)150.78º88.46%50.98%-
XYZ9.4216.569.18-
YUV89.23119.475.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.85%
GREEN value IS 130 (51.17% from 255) = 59.36%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=6.85%
G=59.36%
B=33.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130740.8800.430.49150.7879.3128.43
HexF824A5802B31974f1c
Octal172021121300536122711734
Binary11111000001010010101011000010101111000110010111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,130,74); }

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

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

 a { background-color: rgb(15,130,74); }

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

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

 span { border-color: rgb(15,130,74); }

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