#495A3E

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

Shades of Cabbage Pont #495A3E

Tints of Cabbage Pont #495A3E

Color information

#495A3E (or 0x495A3E) is unknown color: approx Cabbage Pont. HEX triplet: 49, 5A and 3E. RGB value is (73,90,62). Sum of RGB (Red+Green+Blue) = 73+90+62=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #495A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A3E is #B6A5C1. Grayscale: #515151. Windows color (decimal): -11969986 or 4086345. OLE color: 4086345.

HSL color Cylindrical-coordinate representation of color #495A3E: hue angle of 96.43º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #495A3E is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB739062-
CMYK0.1900.310.65
HSL96.43º18.42%29.8%-
HSV(B)96.43º31.11%35.29%-
XYZ7.279.085.93-
YUV81.72116.87121.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=32.44%
G=40%
B=27.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7390620.1900.310.6596.4318.4229.8
Hex495A3E1301F4160121e
Octal11113276230371011402236
Binary1001001101101011111010011011111100000111000001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495A3E; }

 p { color: rgb(73,90,62); }

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

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

 a { background-color: rgb(73,90,62); }

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

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

 span { border-color: rgb(73,90,62); }

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