#133722

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

Shades of Deep Fir #133722

Tints of Deep Fir #133722

Color information

#133722 (or 0x133722) is unknown color: approx Deep Fir. HEX triplet: 13, 37 and 22. RGB value is (19,55,34). Sum of RGB (Red+Green+Blue) = 19+55+34=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #133722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133722 is #ECC8DD. Grayscale: #292929. Windows color (decimal): -15517918 or 2242323. OLE color: 2242323.

HSL color Cylindrical-coordinate representation of color #133722: hue angle of 145º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133722 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB195534-
CMYK0.6500.380.78
HSL145º48.65%14.51%-
HSV(B)145º65.45%21.57%-
XYZ1.922.991.99-
YUV41.84123.57111.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 55 (21.88% from 255) = 50.93%
BLUE value IS 34 (13.67% from 255) = 31.48%
R=17.59%
G=50.93%
B=31.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955340.6500.380.7814548.6514.51
Hex133722410264E9131f
Octal2367421010461162216117
Binary10011110111100010100000101001101001110100100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133722; }

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

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

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

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

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

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

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

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