#05260A

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

Shades of Deep Fir #05260A

Tints of Deep Fir #05260A

Color information

#05260A (or 0x05260A) is unknown color: approx Deep Fir. HEX triplet: 05, 26 and 0A. RGB value is (5,38,10). Sum of RGB (Red+Green+Blue) = 5+38+10=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 38 (15.23% from 255 or 71.70% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 38 - color contains mainly: green. Hex color #05260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05260A is #FAD9F5. Grayscale: #191919. Windows color (decimal): -16439798 or 665093. OLE color: 665093.

HSL color Cylindrical-coordinate representation of color #05260A: hue angle of 129.09º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05260A is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB53810-
CMYK0.8700.740.85
HSL129.09º76.74%8.43%-
HSV(B)129.09º86.84%14.9%-
XYZ0.811.440.52-
YUV24.94119.57113.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.43%
GREEN value IS 38 (15.23% from 255) = 71.70%
BLUE value IS 10 (4.30% from 255) = 18.87%
R=9.43%
G=71.70%
B=18.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal538100.8700.740.85129.0976.748.43
Hex526A5704A55814d8
Octal54612127011212520111510
Binary101100110101010101110100101010101011000000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05260A; }

 p { color: rgb(5,38,10); }

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

<style>
 a { background-color: #05260A; }

 a { background-color: rgb(5,38,10); }

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

<style>
 span { border-color: #05260A; }

 span { border-color: rgb(5,38,10); }

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