Html Css Color HEX #113230 Swamp

📋 copy color: '#113230'

red 17 ◦ green 50 ◦ blue 48

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

Shades of Swamp #113230

Tints of Swamp #113230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.48%

 BLUE value IS 48 (19.14% from 255) = 41.74%

R = 14.78%
G = 43.48%
B = 41.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#113230 (or 0x113230) is known color: Swamp. HEX triplet: 11, 32 and 30. RGB value is (17,50,48). Sum of RGB (Red+Green+Blue) = 17+50+48=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #113230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113230 is #EECDCF. Grayscale: #272727. Windows color (decimal): -15650256 or 3158545. OLE color: 3158545.

HSL color Cylindrical-coordinate representation of color #113230: hue angle of 176.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113230 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 48 -
CMYK 0.66 0 0.04 0.80
HSL 176.36º 0.49% 0.13% -
HSV(B) 176.36º 0.66% 0.2% -
XYZ 1.91 2.61 3.2 -
YUV 39.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 17 50 48 0.66 0 0.04 0.80 176.36 0.49 0.13
Hex 11 32 30 42 0 4 50 B0 31 D
Octal 21 62 60 102 0 4 120 260 61 15
Binary 10001 110010 110000 1000010 0 100 1010000 10110000 110001 1101

Color Harmonies of #113230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113230

Black with #113230

Text Example


Text Example

White with #113230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113230; }

 p { color: rgb(17,50,48); }

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

background-color css

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

 a { background-color: rgb(17,50,48); }

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

border-color css

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

 span { border-color: rgb(17,50,48); }

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