#134C20

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

Shades of Deep Fir #134C20

Tints of Deep Fir #134C20

Color information

#134C20 (or 0x134C20) is unknown color: approx Deep Fir. HEX triplet: 13, 4C and 20. RGB value is (19,76,32). Sum of RGB (Red+Green+Blue) = 19+76+32=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #134C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C20 is #ECB3DF. Grayscale: #363636. Windows color (decimal): -15512544 or 2116627. OLE color: 2116627.

HSL color Cylindrical-coordinate representation of color #134C20: hue angle of 133.68º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C20 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB197632-
CMYK0.7500.580.70
HSL133.68º60%18.63%-
HSV(B)133.68º75%29.8%-
XYZ3.115.412.25-
YUV53.94115.62103.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 76 (30.08% from 255) = 59.84%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=14.96%
G=59.84%
B=25.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976320.7500.580.70133.686018.63
Hex134C204B03A46863c13
Octal23114401130721062067423
Binary1001110011001000001001011011101010001101000011011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134C20; }

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

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

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

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

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

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

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

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