#0A441A

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

Shades of Deep Fir #0A441A

Tints of Deep Fir #0A441A

Color information

#0A441A (or 0x0A441A) is unknown color: approx Deep Fir. HEX triplet: 0A, 44 and 1A. RGB value is (10,68,26). Sum of RGB (Red+Green+Blue) = 10+68+26=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #0A441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A441A is #F5BBE5. Grayscale: #2D2D2D. Windows color (decimal): -16104422 or 1721354. OLE color: 1721354.

HSL color Cylindrical-coordinate representation of color #0A441A: hue angle of 136.55º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A441A is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB106826-
CMYK0.8500.620.73
HSL136.55º74.36%15.29%-
HSV(B)136.55º85.29%26.67%-
XYZ2.384.271.68-
YUV45.87116.78102.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.62%
GREEN value IS 68 (26.95% from 255) = 65.38%
BLUE value IS 26 (10.55% from 255) = 25%
R=9.62%
G=65.38%
B=25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1068260.8500.620.73136.5574.3615.29
HexA441A5503E49894af
Octal121043212507611121111217
Binary10101000100110101010101011111010010011000100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,68,26); }

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

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

 a { background-color: rgb(10,68,26); }

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

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

 span { border-color: rgb(10,68,26); }

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