#122527

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

Shades of Swamp #122527

Tints of Swamp #122527

Color information

#122527 (or 0x122527) is unknown color: approx Swamp. HEX triplet: 12, 25 and 27. RGB value is (18,37,39). Sum of RGB (Red+Green+Blue) = 18+37+39=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #122527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122527 is #EDDAD8. Grayscale: #1F1F1F. Windows color (decimal): -15588057 or 2565394. OLE color: 2565394.

HSL color Cylindrical-coordinate representation of color #122527: hue angle of 185.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122527 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB183739-
CMYK0.540.0500.85
HSL185.71º36.84%11.18%-
HSV(B)185.71º53.85%15.29%-
XYZ1.281.62.16-
YUV31.55132.21118.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 39 (15.62% from 255) = 41.49%
R=19.15%
G=39.36%
B=41.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837390.540.0500.85185.7136.8411.18
Hex122527365055ba25b
Octal22454766501252724513
Binary1001010010110011111011010101010101101110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122527; }

 p { color: rgb(18,37,39); }

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

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

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

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

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

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

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