Html Css Color HEX #495442 Cabbage Pont

📋 copy color: '#495442'

red 73 ◦ green 84 ◦ blue 66

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

Shades of Cabbage Pont #495442

Tints of Cabbage Pont #495442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

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

R = 32.74%
G = 37.67%
B = 29.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#495442 (or 0x495442) is known color: Cabbage Pont. HEX triplet: 49, 54 and 42. RGB value is (73,84,66). Sum of RGB (Red+Green+Blue) = 73+84+66=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #495442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495442 is #B6ABBD. Grayscale: #4E4E4E. Windows color (decimal): -11971518 or 4346953. OLE color: 4346953.

HSL color Cylindrical-coordinate representation of color #495442: hue angle of 96.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495442 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 66 -
CMYK 0.13 0 0.21 0.67
HSL 96.67º 0.12% 0.29% -
HSV(B) 96.67º 0.21% 0.33% -
XYZ 6.9 8.15 6.36 -
YUV 78.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 73 84 66 0.13 0 0.21 0.67 96.67 0.12 0.29
Hex 49 54 42 D 0 15 43 61 C 1D
Octal 111 124 102 15 0 25 103 141 14 35
Binary 1001001 1010100 1000010 1101 0 10101 1000011 1100001 1100 11101

Color Harmonies of #495442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495442

Black with #495442

Text Example


Text Example

White with #495442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495442; }

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

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

background-color css

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

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

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

border-color css

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

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

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