Html Css Color HEX #143332 Swamp

📋 copy color: '#143332'

red 20 ◦ green 51 ◦ blue 50

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

Shades of Swamp #143332

Tints of Swamp #143332

RGB

 RED value IS 20 (8.2% from 255) = 16.53%

 GREEN value IS 51 (20.31% from 255) = 42.15%

 BLUE value IS 50 (19.92% from 255) = 41.32%

R = 16.53%
G = 42.15%
B = 41.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#143332 (or 0x143332) is known color: Swamp. HEX triplet: 14, 33 and 32. RGB value is (20,51,50). Sum of RGB (Red+Green+Blue) = 20+51+50=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #143332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143332 is #EBCCCD. Grayscale: #292929. Windows color (decimal): -15453390 or 3289876. OLE color: 3289876.

HSL color Cylindrical-coordinate representation of color #143332: hue angle of 178.06º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143332 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 50 -
CMYK 0.61 0 0.02 0.8
HSL 178.06º 0.44% 0.14% -
HSV(B) 178.06º 0.61% 0.2% -
XYZ 2.05 2.75 3.44 -
YUV 41.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 20 51 50 0.61 0 0.02 0.8 178.06 0.44 0.14
Hex 14 33 32 3D 0 2 50 B2 2C E
Octal 24 63 62 75 0 2 120 262 54 16
Binary 10100 110011 110010 111101 0 10 1010000 10110010 101100 1110

Color Harmonies of #143332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143332

Black with #143332

Text Example


Text Example

White with #143332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143332; }

 p { color: rgb(20,51,50); }

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

background-color css

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

 a { background-color: rgb(20,51,50); }

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

border-color css

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

 span { border-color: rgb(20,51,50); }

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