#133621

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

Shades of Deep Fir #133621

Tints of Deep Fir #133621

Color information

#133621 (or 0x133621) is unknown color: approx Deep Fir. HEX triplet: 13, 36 and 21. RGB value is (19,54,33). Sum of RGB (Red+Green+Blue) = 19+54+33=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #133621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133621 is #ECC9DE. Grayscale: #292929. Windows color (decimal): -15518175 or 2176531. OLE color: 2176531.

HSL color Cylindrical-coordinate representation of color #133621: hue angle of 144º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133621 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB195433-
CMYK0.6500.390.79
HSL144º47.95%14.31%-
HSV(B)144º64.81%21.18%-
XYZ1.862.891.9-
YUV41.14123.4112.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 54 (21.48% from 255) = 50.94%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=17.92%
G=50.94%
B=31.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954330.6500.390.7914447.9514.31
Hex133621410274F9030e
Octal2366411010471172206016
Binary10011110110100001100000101001111001111100100001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133621; }

 p { color: rgb(19,54,33); }

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

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

 a { background-color: rgb(19,54,33); }

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

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

 span { border-color: rgb(19,54,33); }

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