#134421

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

Shades of Deep Fir #134421

Tints of Deep Fir #134421

Color information

#134421 (or 0x134421) is unknown color: approx Deep Fir. HEX triplet: 13, 44 and 21. RGB value is (19,68,33). Sum of RGB (Red+Green+Blue) = 19+68+33=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #134421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134421 is #ECBBDE. Grayscale: #313131. Windows color (decimal): -15514591 or 2180115. OLE color: 2180115.

HSL color Cylindrical-coordinate representation of color #134421: hue angle of 137.14º 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 #134421 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB196833-
CMYK0.7200.510.73
HSL137.14º56.32%17.06%-
HSV(B)137.14º72.06%26.67%-
XYZ2.614.382.15-
YUV49.36118.77106.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 68 (26.95% from 255) = 56.67%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=15.83%
G=56.67%
B=27.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968330.7200.510.73137.1456.3217.06
Hex1344214803349893811
Octal23104411100631112117021
Binary1001110001001000011001000011001110010011000100111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134421; }

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

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

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

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

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

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

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

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