#193D24

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

Shades of Deep Fir #193D24

Tints of Deep Fir #193D24

Color information

#193D24 (or 0x193D24) is unknown color: approx Deep Fir. HEX triplet: 19, 3D and 24. RGB value is (25,61,36). Sum of RGB (Red+Green+Blue) = 25+61+36=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #193D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D24 is #E6C2DB. Grayscale: #2F2F2F. Windows color (decimal): -15123164 or 2374937. OLE color: 2374937.

HSL color Cylindrical-coordinate representation of color #193D24: hue angle of 138.33º 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 #193D24 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.

Color convert

RGB256136-
CMYK0.5900.410.76
HSL138.33º41.86%16.86%-
HSV(B)138.33º59.02%23.92%-
XYZ2.393.672.25-
YUV47.39121.57112.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 61 (24.22% from 255) = 50%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=20.49%
G=50%
B=29.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561360.5900.410.76138.3341.8616.86
Hex193D243B0294C8a2a11
Octal317544730511142125221
Binary11001111101100100111011010100110011001000101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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