Html Css Color HEX #112625 Swamp

📋 copy color: '#112625'

red 17 ◦ green 38 ◦ blue 37

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

Shades of Swamp #112625

Tints of Swamp #112625

RGB

 RED value IS 17 (7.03% from 255) = 18.48%

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

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

R = 18.48%
G = 41.3%
B = 40.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#112625 (or 0x112625) is known color: Swamp. HEX triplet: 11, 26 and 25. RGB value is (17,38,37). Sum of RGB (Red+Green+Blue) = 17+38+37=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #112625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112625 is #EED9DA. Grayscale: #1F1F1F. Windows color (decimal): -15653339 or 2434577. OLE color: 2434577.

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

Color convert

RGB 17 38 37 -
CMYK 0.55 0 0.03 0.85
HSL 177.14º 0.38% 0.11% -
HSV(B) 177.14º 0.55% 0.15% -
XYZ 1.26 1.64 2 -
YUV 31.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 17 38 37 0.55 0 0.03 0.85 177.14 0.38 0.11
Hex 11 26 25 37 0 3 55 B1 26 B
Octal 21 46 45 67 0 3 125 261 46 13
Binary 10001 100110 100101 110111 0 11 1010101 10110001 100110 1011

Color Harmonies of #112625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112625

Black with #112625

Text Example


Text Example

White with #112625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112625; }

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

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

background-color css

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

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

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

border-color css

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

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

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