Html Css Color HEX #122527 Swamp

📋 copy color: '#122527'

red 18 ◦ green 37 ◦ blue 39

#122527
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #122527

Tints of Swamp #122527

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.63% from 255) = 41.49%

R = 19.15%
G = 39.36%
B = 41.49%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#122527 (or 0x122527) is known color: 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

RGB 18 37 39 -
CMYK 0.54 0.05 0 0.85
HSL 185.71º 0.37% 0.11% -
HSV(B) 185.71º 0.54% 0.15% -
XYZ 1.28 1.6 2.16 -
YUV 31.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 18 37 39 0.54 0.05 0 0.85 185.71 0.37 0.11
Hex 12 25 27 36 5 0 55 BA 25 B
Octal 22 45 47 66 5 0 125 272 45 13
Binary 10010 100101 100111 110110 101 0 1010101 10111010 100101 1011

Color Harmonies of #122527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122527

Black with #122527

Text Example


Text Example

White with #122527

Text Example


Text Example

HTML Codes & Css Web 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>