#0F9041

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

Shades of Salem #0F9041

Tints of Salem #0F9041

Color information

#0F9041 (or 0x0F9041) is unknown color: approx Salem. HEX triplet: 0F, 90 and 41. RGB value is (15,144,65). Sum of RGB (Red+Green+Blue) = 15+144+65=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 144 (56.64% from 255 or 64.29% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9041 is #F06FBE. Grayscale: #606060. Windows color (decimal): -15757247 or 4296719. OLE color: 4296719.

HSL color Cylindrical-coordinate representation of color #0F9041: hue angle of 143.26º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9041 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1514465-
CMYK0.9000.550.44
HSL143.26º81.13%31.18%-
HSV(B)143.26º89.58%56.47%-
XYZ11.1220.438.36-
YUV96.42110.2669.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 144 (56.64% from 255) = 64.29%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=6.70%
G=64.29%
B=29.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15144650.9000.550.44143.2681.1331.18
HexF90415A0372C8f511f
Octal172201011320675421712137
Binary11111001000010000011011010011011110110010001111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,144,65); }

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

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

 a { background-color: rgb(15,144,65); }

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

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

 span { border-color: rgb(15,144,65); }

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