#0A3514

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

Shades of Deep Fir #0A3514

Tints of Deep Fir #0A3514

Color information

#0A3514 (or 0x0A3514) is unknown color: approx Deep Fir. HEX triplet: 0A, 35 and 14. RGB value is (10,53,20). Sum of RGB (Red+Green+Blue) = 10+53+20=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 53 (21.09% from 255 or 63.86% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 53 - color contains mainly: green. Hex color #0A3514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3514 is #F5CAEB. Grayscale: #242424. Windows color (decimal): -16108268 or 1324298. OLE color: 1324298.

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

Color convert

RGB105320-
CMYK0.8100.620.79
HSL133.95º68.25%12.35%-
HSV(B)133.95º81.13%20.78%-
XYZ1.522.661.1-
YUV36.38118.75109.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.05%
GREEN value IS 53 (21.09% from 255) = 63.86%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=12.05%
G=63.86%
B=24.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1053200.8100.620.79133.9568.2512.35
HexA35145103E4F8644c
Octal12652412107611720610414
Binary1010110101101001010001011111010011111000011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,53,20); }

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

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

 a { background-color: rgb(10,53,20); }

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

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

 span { border-color: rgb(10,53,20); }

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