#0A451A

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

Shades of Deep Fir #0A451A

Tints of Deep Fir #0A451A

Color information

#0A451A (or 0x0A451A) is unknown color: approx Deep Fir. HEX triplet: 0A, 45 and 1A. RGB value is (10,69,26). Sum of RGB (Red+Green+Blue) = 10+69+26=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 69 (27.34% from 255 or 65.71% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 69 - color contains mainly: green. Hex color #0A451A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A451A is #F5BAE5. Grayscale: #2E2E2E. Windows color (decimal): -16104166 or 1721610. OLE color: 1721610.

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

Color convert

RGB106926-
CMYK0.8600.620.73
HSL136.27º74.68%15.49%-
HSV(B)136.27º85.51%27.06%-
XYZ2.444.41.7-
YUV46.46116.45102-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.52%
GREEN value IS 69 (27.34% from 255) = 65.71%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=9.52%
G=65.71%
B=24.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1069260.8600.620.73136.2774.6815.49
HexA451A5603E49884bf
Octal121053212607611121011317
Binary10101000101110101010110011111010010011000100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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