#133220

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

Shades of Deep Fir #133220

Tints of Deep Fir #133220

Color information

#133220 (or 0x133220) is unknown color: approx Deep Fir. HEX triplet: 13, 32 and 20. RGB value is (19,50,32). Sum of RGB (Red+Green+Blue) = 19+50+32=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #133220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133220 is #ECCDDF. Grayscale: #262626. Windows color (decimal): -15519200 or 2109971. OLE color: 2109971.

HSL color Cylindrical-coordinate representation of color #133220: hue angle of 145.16º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133220 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB195032-
CMYK0.6200.360.80
HSL145.16º44.93%13.53%-
HSV(B)145.16º62%19.61%-
XYZ1.672.521.77-
YUV38.68124.23113.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=18.81%
G=49.50%
B=31.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950320.6200.360.80145.1644.9313.53
Hex1332203E02450912de
Octal236240760441202215516
Binary1001111001010000011111001001001010000100100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133220; }

 p { color: rgb(19,50,32); }

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

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

 a { background-color: rgb(19,50,32); }

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

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

 span { border-color: rgb(19,50,32); }

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