#0A4719

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

Shades of Deep Fir #0A4719

Tints of Deep Fir #0A4719

Color information

#0A4719 (or 0x0A4719) is unknown color: approx Deep Fir. HEX triplet: 0A, 47 and 19. RGB value is (10,71,25). Sum of RGB (Red+Green+Blue) = 10+71+25=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4719 is #F5B8E6. Grayscale: #2F2F2F. Windows color (decimal): -16103655 or 1656586. OLE color: 1656586.

HSL color Cylindrical-coordinate representation of color #0A4719: hue angle of 134.75º degrees, saturation: 0.75, 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 #0A4719 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB107125-
CMYK0.8600.650.72
HSL134.75º75.31%15.88%-
HSV(B)134.75º85.92%27.84%-
XYZ2.554.641.68-
YUV47.52115.29101.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 71 (28.12% from 255) = 66.98%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=9.43%
G=66.98%
B=23.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1071250.8600.650.72134.7575.3115.88
HexA47195604148874b10
Octal1210731126010111020711320
Binary1010100011111001101011001000001100100010000111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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