#193924

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

Shades of Deep Fir #193924

Tints of Deep Fir #193924

Color information

#193924 (or 0x193924) is unknown color: approx Deep Fir. HEX triplet: 19, 39 and 24. RGB value is (25,57,36). Sum of RGB (Red+Green+Blue) = 25+57+36=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #193924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193924 is #E6C6DB. Grayscale: #2D2D2D. Windows color (decimal): -15124188 or 2373913. OLE color: 2373913.

HSL color Cylindrical-coordinate representation of color #193924: hue angle of 140.62º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #193924 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB255736-
CMYK0.5600.370.78
HSL140.62º39.02%16.08%-
HSV(B)140.62º56.14%22.35%-
XYZ2.183.262.18-
YUV45.04122.9113.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 57 (22.66% from 255) = 48.31%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=21.19%
G=48.31%
B=30.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2557360.5600.370.78140.6239.0216.08
Hex193924380254E8d2710
Octal317144700451162154720
Binary11001111001100100111000010010110011101000110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193924; }

 p { color: rgb(25,57,36); }

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

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

 a { background-color: rgb(25,57,36); }

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

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

 span { border-color: rgb(25,57,36); }

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