#0A4D1B

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

Shades of Deep Fir #0A4D1B

Tints of Deep Fir #0A4D1B

Color information

#0A4D1B (or 0x0A4D1B) is unknown color: approx Deep Fir. HEX triplet: 0A, 4D and 1B. RGB value is (10,77,27). Sum of RGB (Red+Green+Blue) = 10+77+27=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 77 (30.47% from 255 or 67.54% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 77 - color contains mainly: green. Hex color #0A4D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4D1B is #F5B2E4. Grayscale: #333333. Windows color (decimal): -16102117 or 1789194. OLE color: 1789194.

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

Color convert

RGB107727-
CMYK0.8700.650.70
HSL135.22º77.01%17.06%-
HSV(B)135.22º87.01%30.2%-
XYZ2.985.451.93-
YUV51.27114.398.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.77%
GREEN value IS 77 (30.47% from 255) = 67.54%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=8.77%
G=67.54%
B=23.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1077270.8700.650.70135.2277.0117.06
HexA4D1B5704146874d11
Octal1211533127010110620711521
Binary1010100110111011101011101000001100011010000111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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