#0A350F

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

Shades of Deep Fir #0A350F

Tints of Deep Fir #0A350F

Color information

#0A350F (or 0x0A350F) is unknown color: approx Deep Fir. HEX triplet: 0A, 35 and 0F. RGB value is (10,53,15). Sum of RGB (Red+Green+Blue) = 10+53+15=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #0A350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A350F is #F5CAF0. Grayscale: #232323. Windows color (decimal): -16108273 or 996618. OLE color: 996618.

HSL color Cylindrical-coordinate representation of color #0A350F: hue angle of 126.98º 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 #0A350F is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB105315-
CMYK0.8100.720.79
HSL126.98º68.25%12.35%-
HSV(B)126.98º81.13%20.78%-
XYZ1.482.650.88-
YUV35.81116.25109.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.82%
GREEN value IS 53 (21.09% from 255) = 67.95%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=12.82%
G=67.95%
B=19.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1053150.8100.720.79126.9868.2512.35
HexA35F510484F7f44c
Octal126517121011011717710414
Binary101011010111111010001010010001001111111111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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