#0D5019

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

Shades of Deep Fir #0D5019

Tints of Deep Fir #0D5019

Color information

#0D5019 (or 0x0D5019) is unknown color: approx Deep Fir. HEX triplet: 0D, 50 and 19. RGB value is (13,80,25). Sum of RGB (Red+Green+Blue) = 13+80+25=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5019 is #F2AFE6. Grayscale: #353535. Windows color (decimal): -15904743 or 1658893. OLE color: 1658893.

HSL color Cylindrical-coordinate representation of color #0D5019: hue angle of 130.75º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5019 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB138025-
CMYK0.8400.690.69
HSL130.75º72.04%18.24%-
HSV(B)130.75º83.75%31.37%-
XYZ3.215.891.89-
YUV53.7111.898.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.02%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 25 (10.16% from 255) = 21.19%
R=11.02%
G=67.80%
B=21.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1380250.8400.690.69130.7572.0418.24
HexD50195404545834812
Octal1512031124010510520311022
Binary1101101000011001101010001000101100010110000011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,80,25); }

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

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

 a { background-color: rgb(13,80,25); }

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

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

 span { border-color: rgb(13,80,25); }

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