#134522

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

Shades of Deep Fir #134522

Tints of Deep Fir #134522

Color information

#134522 (or 0x134522) is unknown color: approx Deep Fir. HEX triplet: 13, 45 and 22. RGB value is (19,69,34). Sum of RGB (Red+Green+Blue) = 19+69+34=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #134522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134522 is #ECBADD. Grayscale: #323232. Windows color (decimal): -15514334 or 2245907. OLE color: 2245907.

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

Color convert

RGB196934-
CMYK0.7200.510.73
HSL138º56.82%17.25%-
HSV(B)138º72.46%27.06%-
XYZ2.694.512.24-
YUV50.06118.94105.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 69 (27.34% from 255) = 56.56%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=15.57%
G=56.56%
B=27.87%

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
Decimal1969340.7200.510.7313856.8217.25
Hex13452248033498a3911
Octal23105421100631112127121
Binary1001110001011000101001000011001110010011000101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134522; }

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

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

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

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

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

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

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

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