#193D20

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

Shades of Deep Fir #193D20

Tints of Deep Fir #193D20

Color information

#193D20 (or 0x193D20) is unknown color: approx Deep Fir. HEX triplet: 19, 3D and 20. RGB value is (25,61,32). Sum of RGB (Red+Green+Blue) = 25+61+32=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #193D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D20 is #E6C2DF. Grayscale: #2F2F2F. Windows color (decimal): -15123168 or 2112793. OLE color: 2112793.

HSL color Cylindrical-coordinate representation of color #193D20: hue angle of 131.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D20 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB256132-
CMYK0.5900.480.76
HSL131.67º41.86%16.86%-
HSV(B)131.67º59.02%23.92%-
XYZ2.333.651.95-
YUV46.93119.57112.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 61 (24.22% from 255) = 51.69%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=21.19%
G=51.69%
B=27.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561320.5900.480.76131.6741.8616.86
Hex193D203B0304C842a11
Octal317540730601142045221
Binary11001111101100000111011011000010011001000010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193D20; }

 p { color: rgb(25,61,32); }

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

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

 a { background-color: rgb(25,61,32); }

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

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

 span { border-color: rgb(25,61,32); }

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