#134322

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

Shades of Deep Fir #134322

Tints of Deep Fir #134322

Color information

#134322 (or 0x134322) is unknown color: approx Deep Fir. HEX triplet: 13, 43 and 22. RGB value is (19,67,34). Sum of RGB (Red+Green+Blue) = 19+67+34=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #134322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134322 is #ECBCDD. Grayscale: #303030. Windows color (decimal): -15514846 or 2245395. OLE color: 2245395.

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

Color convert

RGB196734-
CMYK0.7200.490.74
HSL138.75º55.81%16.86%-
HSV(B)138.75º71.64%26.27%-
XYZ2.564.272.2-
YUV48.89119.6106.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 67 (26.56% from 255) = 55.83%
BLUE value IS 34 (13.67% from 255) = 28.33%
R=15.83%
G=55.83%
B=28.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967340.7200.490.74138.7555.8116.86
Hex134322480314A8b3811
Octal23103421100611122137021
Binary1001110000111000101001000011000110010101000101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134322; }

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

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

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

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

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

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

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

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