#152625

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

Shades of Swamp #152625

Tints of Swamp #152625

Color information

#152625 (or 0x152625) is unknown color: approx Swamp. HEX triplet: 15, 26 and 25. RGB value is (21,38,37). Sum of RGB (Red+Green+Blue) = 21+38+37=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 38 - color contains mainly: green. Hex color #152625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152625 is #EAD9DA. Grayscale: #202020. Windows color (decimal): -15391195 or 2434581. OLE color: 2434581.

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

Color convert

RGB213837-
CMYK0.4500.030.85
HSL176.47º28.81%11.57%-
HSV(B)176.47º44.74%14.9%-
XYZ1.341.682-
YUV32.8130.37119.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=21.88%
G=39.58%
B=38.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2138370.4500.030.85176.4728.8111.57
Hex1526252D0355b01dc
Octal25464555031252603514
Binary10101100110100101101101011101010110110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152625; }

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

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

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

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

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

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

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

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