#495C3D

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

Shades of Cabbage Pont #495C3D

Tints of Cabbage Pont #495C3D

Color information

#495C3D (or 0x495C3D) is unknown color: approx Cabbage Pont. HEX triplet: 49, 5C and 3D. RGB value is (73,92,61). Sum of RGB (Red+Green+Blue) = 73+92+61=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #495C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C3D is #B6A3C2. Grayscale: #525252. Windows color (decimal): -11969475 or 4021321. OLE color: 4021321.

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

Color convert

RGB739261-
CMYK0.2100.340.64
HSL96.77º20.26%30%-
HSV(B)96.77º33.7%36.08%-
XYZ7.429.415.84-
YUV82.78115.71121.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 92 (36.33% from 255) = 40.71%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=32.30%
G=40.71%
B=26.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7392610.2100.340.6496.7720.2630
Hex495C3D150224061141e
Octal11113475250421001412436
Binary10010011011100111101101010100010100000011000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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