#0A481C

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

Shades of Deep Fir #0A481C

Tints of Deep Fir #0A481C

Color information

#0A481C (or 0x0A481C) is unknown color: approx Deep Fir. HEX triplet: 0A, 48 and 1C. RGB value is (10,72,28). Sum of RGB (Red+Green+Blue) = 10+72+28=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #0A481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A481C is #F5B7E3. Grayscale: #303030. Windows color (decimal): -16103396 or 1853450. OLE color: 1853450.

HSL color Cylindrical-coordinate representation of color #0A481C: hue angle of 137.42º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A481C is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB107228-
CMYK0.8600.610.72
HSL137.42º75.61%16.08%-
HSV(B)137.42º86.11%28.24%-
XYZ2.654.781.88-
YUV48.45116.46100.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.09%
GREEN value IS 72 (28.52% from 255) = 65.45%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=9.09%
G=65.45%
B=25.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1072280.8600.610.72137.4275.6116.08
HexA481C5603D48894c10
Octal121103412607511021111420
Binary101010010001110010101100111101100100010001001100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,72,28); }

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

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

 a { background-color: rgb(10,72,28); }

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

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

 span { border-color: rgb(10,72,28); }

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