#495643

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

Shades of Cabbage Pont #495643

Tints of Cabbage Pont #495643

Color information

#495643 (or 0x495643) is unknown color: approx Cabbage Pont. HEX triplet: 49, 56 and 43. RGB value is (73,86,67). Sum of RGB (Red+Green+Blue) = 73+86+67=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #495643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495643 is #B6A9BC. Grayscale: #505050. Windows color (decimal): -11971005 or 4413001. OLE color: 4413001.

HSL color Cylindrical-coordinate representation of color #495643: hue angle of 101.05º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495643 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB738667-
CMYK0.1500.220.66
HSL101.05º12.42%30%-
HSV(B)101.05º22.09%33.73%-
XYZ7.098.486.57-
YUV79.95120.69123.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 67 (26.56% from 255) = 29.65%
R=32.30%
G=38.05%
B=29.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386670.1500.220.66101.0512.4230
Hex495643F0164265c1e
Octal111126103170261021451436
Binary100100110101101000011111101011010000101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495643; }

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

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

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

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

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

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

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

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