#193725

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

Shades of Deep Fir #193725

Tints of Deep Fir #193725

Color information

#193725 (or 0x193725) is unknown color: approx Deep Fir. HEX triplet: 19, 37 and 25. RGB value is (25,55,37). Sum of RGB (Red+Green+Blue) = 25+55+37=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #193725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193725 is #E6C8DA. Grayscale: #2C2C2C. Windows color (decimal): -15124699 or 2438937. OLE color: 2438937.

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

Color convert

RGB255537-
CMYK0.5500.330.78
HSL144º37.5%15.69%-
HSV(B)144º54.55%21.57%-
XYZ2.13.072.23-
YUV43.98124.06114.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=21.37%
G=47.01%
B=31.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2555370.5500.330.7814437.515.69
Hex193725370214E902610
Octal316745670411162204620
Binary11001110111100101110111010000110011101001000010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193725; }

 p { color: rgb(25,55,37); }

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

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

 a { background-color: rgb(25,55,37); }

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

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

 span { border-color: rgb(25,55,37); }

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