#193825

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

Shades of Deep Fir #193825

Tints of Deep Fir #193825

Color information

#193825 (or 0x193825) is unknown color: approx Deep Fir. HEX triplet: 19, 38 and 25. RGB value is (25,56,37). Sum of RGB (Red+Green+Blue) = 25+56+37=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #193825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193825 is #E6C7DA. Grayscale: #2C2C2C. Windows color (decimal): -15124443 or 2439193. OLE color: 2439193.

HSL color Cylindrical-coordinate representation of color #193825: hue angle of 143.23º 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 #193825 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB255637-
CMYK0.5500.340.78
HSL143.23º38.27%15.88%-
HSV(B)143.23º55.36%21.96%-
XYZ2.153.172.25-
YUV44.56123.73114.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 56 (22.27% from 255) = 47.46%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=21.19%
G=47.46%
B=31.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2556370.5500.340.78143.2338.2715.88
Hex193825370224E8f2610
Octal317045670421162174620
Binary11001111000100101110111010001010011101000111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193825; }

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

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

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

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

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

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

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

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