#0F4518

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

Shades of Deep Fir #0F4518

Tints of Deep Fir #0F4518

Color information

#0F4518 (or 0x0F4518) is unknown color: approx Deep Fir. HEX triplet: 0F, 45 and 18. RGB value is (15,69,24). Sum of RGB (Red+Green+Blue) = 15+69+24=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #0F4518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4518 is #F0BAE7. Grayscale: #2F2F2F. Windows color (decimal): -15776488 or 1590543. OLE color: 1590543.

HSL color Cylindrical-coordinate representation of color #0F4518: hue angle of 130º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4518 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB156924-
CMYK0.7800.650.73
HSL130º64.29%16.47%-
HSV(B)130º78.26%27.06%-
XYZ2.494.421.59-
YUV47.72114.61104.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 69 (27.34% from 255) = 63.89%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=13.89%
G=63.89%
B=22.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1569240.7800.650.7313064.2916.47
HexF45184E04149824010
Octal1710530116010111120210020
Binary1111100010111000100111001000001100100110000010100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,69,24); }

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

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

 a { background-color: rgb(15,69,24); }

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

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

 span { border-color: rgb(15,69,24); }

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