#193C24

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

Shades of Deep Fir #193C24

Tints of Deep Fir #193C24

Color information

#193C24 (or 0x193C24) is unknown color: approx Deep Fir. HEX triplet: 19, 3C and 24. RGB value is (25,60,36). Sum of RGB (Red+Green+Blue) = 25+60+36=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #193C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C24 is #E6C3DB. Grayscale: #2E2E2E. Windows color (decimal): -15123420 or 2374681. OLE color: 2374681.

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

Color convert

RGB256036-
CMYK0.5800.400.76
HSL138.86º41.18%16.67%-
HSV(B)138.86º58.33%23.53%-
XYZ2.343.572.23-
YUV46.8121.9112.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 60 (23.83% from 255) = 49.59%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=20.66%
G=49.59%
B=29.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2560360.5800.400.76138.8641.1816.67
Hex193C243A0284C8b2911
Octal317444720501142135121
Binary11001111100100100111010010100010011001000101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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