#134A22

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

Shades of Deep Fir #134A22

Tints of Deep Fir #134A22

Color information

#134A22 (or 0x134A22) is unknown color: approx Deep Fir. HEX triplet: 13, 4A and 22. RGB value is (19,74,34). Sum of RGB (Red+Green+Blue) = 19+74+34=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 74 (29.30% from 255 or 58.27% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 74 - color contains mainly: green. Hex color #134A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A22 is #ECB5DD. Grayscale: #353535. Windows color (decimal): -15513054 or 2247187. OLE color: 2247187.

HSL color Cylindrical-coordinate representation of color #134A22: hue angle of 136.36º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134A22 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.71.

Color convert

RGB197434-
CMYK0.7400.540.71
HSL136.36º59.14%18.24%-
HSV(B)136.36º74.32%29.02%-
XYZ3.015.152.35-
YUV52.99117.28103.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 74 (29.30% from 255) = 58.27%
BLUE value IS 34 (13.67% from 255) = 26.77%
R=14.96%
G=58.27%
B=26.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1974340.7400.540.71136.3659.1418.24
Hex134A224A03647883b12
Octal23112421120661072107322
Binary1001110010101000101001010011011010001111000100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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