#495344

Color #495344 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #495344

Tints of Cabbage Pont #495344

Color information

#495344 (or 0x495344) is unknown color: approx Cabbage Pont. HEX triplet: 49, 53 and 44. RGB value is (73,83,68). Sum of RGB (Red+Green+Blue) = 73+83+68=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #495344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495344 is #B6ACBB. Grayscale: #4E4E4E. Windows color (decimal): -11971772 or 4477769. OLE color: 4477769.

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

Color convert

RGB738368-
CMYK0.1200.180.67
HSL100º9.93%29.61%-
HSV(B)100º18.07%32.55%-
XYZ6.888.026.65-
YUV78.3122.19124.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 68 (26.95% from 255) = 30.36%
R=32.59%
G=37.05%
B=30.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383680.1200.180.671009.9329.61
Hex495344C0124364a1e
Octal111123104140221031441236
Binary100100110100111000100110001001010000111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495344; }

 p { color: rgb(73,83,68); }

 H1.HeaderClassName
 {
   color: #495344;
 }
 .AnyTagClassName
 {
   color: #495344;
 }
</style>
background-color css

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

 a { background-color: rgb(73,83,68); }

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

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

 span { border-color: rgb(73,83,68); }

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