#092525

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

Shades of Swamp #092525

Tints of Swamp #092525

Color information

#092525 (or 0x092525) is unknown color: approx Swamp. HEX triplet: 09, 25 and 25. RGB value is (9,37,37). Sum of RGB (Red+Green+Blue) = 9+37+37=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #092525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092525 is #F6DADA. Grayscale: #1C1C1C. Windows color (decimal): -16177883 or 2434313. OLE color: 2434313.

HSL color Cylindrical-coordinate representation of color #092525: hue angle of 180º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092525 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB93737-
CMYK0.76000.85
HSL180º60.87%9.02%-
HSV(B)180º75.68%14.51%-
XYZ1.111.511.98-
YUV28.63132.72114-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 37 (14.84% from 255) = 44.58%
R=10.84%
G=44.58%
B=44.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal937370.76000.8518060.879.02
Hex925254C0055b43d9
Octal114545114001252647511
Binary10011001011001011001100001010101101101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092525; }

 p { color: rgb(9,37,37); }

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

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

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

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

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

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

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