#193523

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

Shades of Deep Fir #193523

Tints of Deep Fir #193523

Color information

#193523 (or 0x193523) is unknown color: approx Deep Fir. HEX triplet: 19, 35 and 23. RGB value is (25,53,35). Sum of RGB (Red+Green+Blue) = 25+53+35=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #193523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193523 is #E6CADC. Grayscale: #2A2A2A. Windows color (decimal): -15125213 or 2307353. OLE color: 2307353.

HSL color Cylindrical-coordinate representation of color #193523: hue angle of 141.43º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #193523 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB255335-
CMYK0.5300.340.79
HSL141.43º35.9%15.29%-
HSV(B)141.43º52.83%20.78%-
XYZ1.982.872.04-
YUV42.58123.72115.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.12%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=22.12%
G=46.90%
B=30.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2553350.5300.340.79141.4335.915.29
Hex193523350224F8d24f
Octal316543650421172154417
Binary1100111010110001111010101000101001111100011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193523; }

 p { color: rgb(25,53,35); }

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

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

 a { background-color: rgb(25,53,35); }

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

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

 span { border-color: rgb(25,53,35); }

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