#192625

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

Shades of Swamp #192625

Tints of Swamp #192625

Color information

#192625 (or 0x192625) is unknown color: approx Swamp. HEX triplet: 19, 26 and 25. RGB value is (25,38,37). Sum of RGB (Red+Green+Blue) = 25+38+37=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 38 - color contains mainly: green. Hex color #192625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192625 is #E6D9DA. Grayscale: #212121. Windows color (decimal): -15129051 or 2434585. OLE color: 2434585.

HSL color Cylindrical-coordinate representation of color #192625: hue angle of 175.38º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #192625 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB253837-
CMYK0.3400.030.85
HSL175.38º20.63%12.35%-
HSV(B)175.38º34.21%14.9%-
XYZ1.431.732.01-
YUV34129.69121.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 37 (14.84% from 255) = 37%
R=25%
G=38%
B=37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2538370.3400.030.85175.3820.6312.35
Hex192625220355af15c
Octal31464542031252572514
Binary11001100110100101100010011101010110101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192625; }

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

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

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

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

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

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

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

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