#134420

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

Shades of Deep Fir #134420

Tints of Deep Fir #134420

Color information

#134420 (or 0x134420) is unknown color: approx Deep Fir. HEX triplet: 13, 44 and 20. RGB value is (19,68,32). Sum of RGB (Red+Green+Blue) = 19+68+32=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #134420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134420 is #ECBBDF. Grayscale: #313131. Windows color (decimal): -15514592 or 2114579. OLE color: 2114579.

HSL color Cylindrical-coordinate representation of color #134420: hue angle of 135.92º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134420 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB196832-
CMYK0.7200.530.73
HSL135.92º56.32%17.06%-
HSV(B)135.92º72.06%26.67%-
XYZ2.64.382.07-
YUV49.24118.27106.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 68 (26.95% from 255) = 57.14%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=15.97%
G=57.14%
B=26.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968320.7200.530.73135.9256.3217.06
Hex1344204803549883811
Octal23104401100651112107021
Binary1001110001001000001001000011010110010011000100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134420; }

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

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

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

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

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

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

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

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