Html Css Color HEX #495243 Cabbage Pont

📋 copy color: '#495243'

red 73 ◦ green 82 ◦ blue 67

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

Shades of Cabbage Pont #495243

Tints of Cabbage Pont #495243

RGB

 RED value IS 73 (28.91% from 255) = 32.88%

 GREEN value IS 82 (32.42% from 255) = 36.94%

 BLUE value IS 67 (26.56% from 255) = 30.18%

R = 32.88%
G = 36.94%
B = 30.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#495243 (or 0x495243) is known color: Cabbage Pont. HEX triplet: 49, 52 and 43. RGB value is (73,82,67). Sum of RGB (Red+Green+Blue) = 73+82+67=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #495243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495243 is #B6ADBC. Grayscale: #4D4D4D. Windows color (decimal): -11972029 or 4411977. OLE color: 4411977.

HSL color Cylindrical-coordinate representation of color #495243: hue angle of 96º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495243 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 67 -
CMYK 0.11 0 0.18 0.68
HSL 96º 0.1% 0.29% -
HSV(B) 96º 0.18% 0.32% -
XYZ 6.78 7.86 6.47 -
YUV 77.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 73 82 67 0.11 0 0.18 0.68 96 0.1 0.29
Hex 49 52 43 B 0 12 44 60 A 1D
Octal 111 122 103 13 0 22 104 140 12 35
Binary 1001001 1010010 1000011 1011 0 10010 1000100 1100000 1010 11101

Color Harmonies of #495243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495243

Black with #495243

Text Example


Text Example

White with #495243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495243; }

 p { color: rgb(73,82,67); }

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

background-color css

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

 a { background-color: rgb(73,82,67); }

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

border-color css

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

 span { border-color: rgb(73,82,67); }

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