#134321

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

Shades of Deep Fir #134321

Tints of Deep Fir #134321

Color information

#134321 (or 0x134321) is unknown color: approx Deep Fir. HEX triplet: 13, 43 and 21. RGB value is (19,67,33). Sum of RGB (Red+Green+Blue) = 19+67+33=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #134321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134321 is #ECBCDE. Grayscale: #303030. Windows color (decimal): -15514847 or 2179859. OLE color: 2179859.

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

Color convert

RGB196733-
CMYK0.7200.510.74
HSL137.5º55.81%16.86%-
HSV(B)137.5º71.64%26.27%-
XYZ2.554.262.13-
YUV48.77119.1106.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 67 (26.56% from 255) = 56.30%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=15.97%
G=56.30%
B=27.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967330.7200.510.74137.555.8116.86
Hex134321480334A8a3811
Octal23103411100631122127021
Binary1001110000111000011001000011001110010101000101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134321; }

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

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

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

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

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

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

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

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