#134820

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

Shades of Deep Fir #134820

Tints of Deep Fir #134820

Color information

#134820 (or 0x134820) is unknown color: approx Deep Fir. HEX triplet: 13, 48 and 20. RGB value is (19,72,32). Sum of RGB (Red+Green+Blue) = 19+72+32=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #134820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134820 is #ECB7DF. Grayscale: #333333. Windows color (decimal): -15513568 or 2115603. OLE color: 2115603.

HSL color Cylindrical-coordinate representation of color #134820: hue angle of 134.72º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134820 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB197232-
CMYK0.7400.560.72
HSL134.72º58.24%17.84%-
HSV(B)134.72º73.61%28.24%-
XYZ2.854.882.16-
YUV51.59116.94104.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 72 (28.52% from 255) = 58.54%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=15.45%
G=58.54%
B=26.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972320.7400.560.72134.7258.2417.84
Hex1348204A03848873a12
Octal23110401120701102077222
Binary1001110010001000001001010011100010010001000011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134820; }

 p { color: rgb(19,72,32); }

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

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

 a { background-color: rgb(19,72,32); }

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

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

 span { border-color: rgb(19,72,32); }

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