#0D4D1B

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

Shades of Deep Fir #0D4D1B

Tints of Deep Fir #0D4D1B

Color information

#0D4D1B (or 0x0D4D1B) is unknown color: approx Deep Fir. HEX triplet: 0D, 4D and 1B. RGB value is (13,77,27). Sum of RGB (Red+Green+Blue) = 13+77+27=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 77 (30.47% from 255 or 65.81% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4D1B is #F2B2E4. Grayscale: #343434. Windows color (decimal): -15905509 or 1789197. OLE color: 1789197.

HSL color Cylindrical-coordinate representation of color #0D4D1B: hue angle of 133.12º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4D1B is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB137727-
CMYK0.8300.650.70
HSL133.12º71.11%17.65%-
HSV(B)133.12º83.12%30.2%-
XYZ3.025.471.93-
YUV52.16113.8100.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.11%
GREEN value IS 77 (30.47% from 255) = 65.81%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=11.11%
G=65.81%
B=23.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1377270.8300.650.70133.1271.1117.65
HexD4D1B5304146854712
Octal1511533123010110620510722
Binary1101100110111011101001101000001100011010000101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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