#0A4013

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

Shades of Deep Fir #0A4013

Tints of Deep Fir #0A4013

Color information

#0A4013 (or 0x0A4013) is unknown color: approx Deep Fir. HEX triplet: 0A, 40 and 13. RGB value is (10,64,19). Sum of RGB (Red+Green+Blue) = 10+64+19=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4013 is #F5BFEC. Grayscale: #2A2A2A. Windows color (decimal): -16105453 or 1261578. OLE color: 1261578.

HSL color Cylindrical-coordinate representation of color #0A4013: hue angle of 130º 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 #0A4013 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB106419-
CMYK0.8400.700.75
HSL130º72.97%14.51%-
HSV(B)130º84.38%25.1%-
XYZ2.083.781.24-
YUV42.72114.61104.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.75%
GREEN value IS 64 (25.39% from 255) = 68.82%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=10.75%
G=68.82%
B=20.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064190.8400.700.7513072.9714.51
HexA4013540464B8249f
Octal1210023124010611320211117
Binary101010000001001110101000100011010010111000001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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