#0A3418

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

Shades of Deep Fir #0A3418

Tints of Deep Fir #0A3418

Color information

#0A3418 (or 0x0A3418) is unknown color: approx Deep Fir. HEX triplet: 0A, 34 and 18. RGB value is (10,52,24). Sum of RGB (Red+Green+Blue) = 10+52+24=86 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.63% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3418 is #F5CBE7. Grayscale: #242424. Windows color (decimal): -16108520 or 1586186. OLE color: 1586186.

HSL color Cylindrical-coordinate representation of color #0A3418: hue angle of 140º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3418 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB105224-
CMYK0.8100.540.80
HSL140º67.74%12.16%-
HSV(B)140º80.77%20.39%-
XYZ1.522.591.28-
YUV36.25121.09109.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.63%
GREEN value IS 52 (20.70% from 255) = 60.47%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=11.63%
G=60.47%
B=27.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052240.8100.540.8014067.7412.16
HexA341851036508c44c
Octal12643012106612021410414
Binary1010110100110001010001011011010100001000110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,52,24); }

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

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

 a { background-color: rgb(10,52,24); }

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

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

 span { border-color: rgb(10,52,24); }

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