#0A4D1A

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

Shades of Deep Fir #0A4D1A

Tints of Deep Fir #0A4D1A

Color information

#0A4D1A (or 0x0A4D1A) is unknown color: approx Deep Fir. HEX triplet: 0A, 4D and 1A. RGB value is (10,77,26). Sum of RGB (Red+Green+Blue) = 10+77+26=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #0A4D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4D1A is #F5B2E5. Grayscale: #333333. Windows color (decimal): -16102118 or 1723658. OLE color: 1723658.

HSL color Cylindrical-coordinate representation of color #0A4D1A: hue angle of 134.33º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4D1A is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB107726-
CMYK0.8700.660.70
HSL134.33º77.01%17.06%-
HSV(B)134.33º87.01%30.2%-
XYZ2.975.451.87-
YUV51.15113.898.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.85%
GREEN value IS 77 (30.47% from 255) = 68.14%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=8.85%
G=68.14%
B=23.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1077260.8700.660.70134.3377.0117.06
HexA4D1A5704246864d11
Octal1211532127010210620611521
Binary1010100110111010101011101000010100011010000110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,77,26); }

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

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

 a { background-color: rgb(10,77,26); }

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

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

 span { border-color: rgb(10,77,26); }

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