#495C3E

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

Shades of Cabbage Pont #495C3E

Tints of Cabbage Pont #495C3E

Color information

#495C3E (or 0x495C3E) is unknown color: approx Cabbage Pont. HEX triplet: 49, 5C and 3E. RGB value is (73,92,62). Sum of RGB (Red+Green+Blue) = 73+92+62=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #495C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C3E is #B6A3C1. Grayscale: #535353. Windows color (decimal): -11969474 or 4086857. OLE color: 4086857.

HSL color Cylindrical-coordinate representation of color #495C3E: hue angle of 98º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #495C3E is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB739262-
CMYK0.2100.330.64
HSL98º19.48%30.2%-
HSV(B)98º32.61%36.08%-
XYZ7.449.425.98-
YUV82.9116.21120.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=32.16%
G=40.53%
B=27.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7392620.2100.330.649819.4830.2
Hex495C3E150214062131e
Octal11113476250411001422336
Binary10010011011100111110101010100001100000011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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