#134920

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

Shades of Deep Fir #134920

Tints of Deep Fir #134920

Color information

#134920 (or 0x134920) is unknown color: approx Deep Fir. HEX triplet: 13, 49 and 20. RGB value is (19,73,32). Sum of RGB (Red+Green+Blue) = 19+73+32=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #134920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134920 is #ECB6DF. Grayscale: #343434. Windows color (decimal): -15513312 or 2115859. OLE color: 2115859.

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

Color convert

RGB197332-
CMYK0.7400.560.71
HSL134.44º58.7%18.04%-
HSV(B)134.44º73.97%28.63%-
XYZ2.915.012.18-
YUV52.18116.61104.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 73 (28.91% from 255) = 58.87%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=15.32%
G=58.87%
B=25.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973320.7400.560.71134.4458.718.04
Hex1349204A03847863b12
Octal23111401120701072067322
Binary1001110010011000001001010011100010001111000011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134920; }

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

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

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

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

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

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

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

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