#05460F

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

Shades of Deep Fir #05460F

Tints of Deep Fir #05460F

Color information

#05460F (or 0x05460F) is unknown color: approx Deep Fir. HEX triplet: 05, 46 and 0F. RGB value is (5,70,15). Sum of RGB (Red+Green+Blue) = 5+70+15=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 70 (27.73% from 255 or 77.78% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 70 - color contains mainly: green. Hex color #05460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05460F is #FAB9F0. Grayscale: #2C2C2C. Windows color (decimal): -16431601 or 1000965. OLE color: 1000965.

HSL color Cylindrical-coordinate representation of color #05460F: hue angle of 129.23º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05460F is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB57015-
CMYK0.9300.790.73
HSL129.23º86.67%14.71%-
HSV(B)129.23º92.86%27.45%-
XYZ2.344.451.19-
YUV44.29111.4799.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 70 (27.73% from 255) = 77.78%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=5.56%
G=77.78%
B=16.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570150.9300.790.73129.2386.6714.71
Hex546F5D04F498157f
Octal510617135011711120112717
Binary1011000110111110111010100111110010011000000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05460F; }

 p { color: rgb(5,70,15); }

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

<style>
 a { background-color: #05460F; }

 a { background-color: rgb(5,70,15); }

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

<style>
 span { border-color: #05460F; }

 span { border-color: rgb(5,70,15); }

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