#0A4019

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

Shades of Deep Fir #0A4019

Tints of Deep Fir #0A4019

Color information

#0A4019 (or 0x0A4019) is unknown color: approx Deep Fir. HEX triplet: 0A, 40 and 19. RGB value is (10,64,25). Sum of RGB (Red+Green+Blue) = 10+64+25=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4019 is #F5BFE6. Grayscale: #2B2B2B. Windows color (decimal): -16105447 or 1654794. OLE color: 1654794.

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

Color convert

RGB106425-
CMYK0.8400.610.75
HSL136.67º72.97%14.51%-
HSV(B)136.67º84.38%25.1%-
XYZ2.133.81.54-
YUV43.41117.61104.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.10%
GREEN value IS 64 (25.39% from 255) = 64.65%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=10.10%
G=64.65%
B=25.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064250.8400.610.75136.6772.9714.51
HexA40195403D4B8949f
Octal121003112407511321111117
Binary10101000000110011010100011110110010111000100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,64,25); }

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

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

 a { background-color: rgb(10,64,25); }

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

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

 span { border-color: rgb(10,64,25); }

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