Html Css Color HEX #495242 Cabbage Pont

📋 copy color: '#495242'

red 73 ◦ green 82 ◦ blue 66

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

Shades of Cabbage Pont #495242

Tints of Cabbage Pont #495242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.86%

R = 33.03%
G = 37.1%
B = 29.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#495242 (or 0x495242) is known color: Cabbage Pont. HEX triplet: 49, 52 and 42. RGB value is (73,82,66). Sum of RGB (Red+Green+Blue) = 73+82+66=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #495242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495242 is #B6ADBD. Grayscale: #4D4D4D. Windows color (decimal): -11972030 or 4346441. OLE color: 4346441.

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

Color convert

RGB 73 82 66 -
CMYK 0.11 0 0.20 0.68
HSL 93.75º 0.11% 0.29% -
HSV(B) 93.75º 0.2% 0.32% -
XYZ 6.75 7.84 6.31 -
YUV 77.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 73 82 66 0.11 0 0.20 0.68 93.75 0.11 0.29
Hex 49 52 42 B 0 14 44 5E B 1D
Octal 111 122 102 13 0 24 104 136 13 35
Binary 1001001 1010010 1000010 1011 0 10100 1000100 1011110 1011 11101

Color Harmonies of #495242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495242

Black with #495242

Text Example


Text Example

White with #495242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495242; }

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

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

background-color css

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

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

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

border-color css

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

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

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