#133920

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

Shades of Deep Fir #133920

Tints of Deep Fir #133920

Color information

#133920 (or 0x133920) is unknown color: approx Deep Fir. HEX triplet: 13, 39 and 20. RGB value is (19,57,32). Sum of RGB (Red+Green+Blue) = 19+57+32=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #133920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133920 is #ECC6DF. Grayscale: #2A2A2A. Windows color (decimal): -15517408 or 2111763. OLE color: 2111763.

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

Color convert

RGB195732-
CMYK0.6700.440.78
HSL140.53º50%14.9%-
HSV(B)140.53º66.67%22.35%-
XYZ1.993.171.87-
YUV42.79121.91111.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 57 (22.66% from 255) = 52.78%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=17.59%
G=52.78%
B=29.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957320.6700.440.78140.535014.9
Hex1339204302C4E8d32f
Octal2371401030541162156217
Binary10011111001100000100001101011001001110100011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133920; }

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

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

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

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

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

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

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

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