Html Css Color HEX #122625 Swamp

📋 copy color: '#122625'

red 18 ◦ green 38 ◦ blue 37

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

Shades of Swamp #122625

Tints of Swamp #122625

RGB

 RED value IS 18 (7.42% from 255) = 19.35%

 GREEN value IS 38 (15.23% from 255) = 40.86%

 BLUE value IS 37 (14.84% from 255) = 39.78%

R = 19.35%
G = 40.86%
B = 39.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#122625 (or 0x122625) is known color: Swamp. HEX triplet: 12, 26 and 25. RGB value is (18,38,37). Sum of RGB (Red+Green+Blue) = 18+38+37=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 38 - color contains mainly: green. Hex color #122625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122625 is #EDD9DA. Grayscale: #1F1F1F. Windows color (decimal): -15587803 or 2434578. OLE color: 2434578.

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

Color convert

RGB 18 38 37 -
CMYK 0.53 0 0.03 0.85
HSL 177º 0.36% 0.11% -
HSV(B) 177º 0.53% 0.15% -
XYZ 1.28 1.65 2 -
YUV 31.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 18 38 37 0.53 0 0.03 0.85 177 0.36 0.11
Hex 12 26 25 35 0 3 55 B1 24 B
Octal 22 46 45 65 0 3 125 261 44 13
Binary 10010 100110 100101 110101 0 11 1010101 10110001 100100 1011

Color Harmonies of #122625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122625

Black with #122625

Text Example


Text Example

White with #122625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122625; }

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

 H1.HeaderClassName
 {
   color: #122625;
 }
 .AnyTagClassName
 {
   color: #122625;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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