#495A36

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

Shades of Clover #495A36

Tints of Clover #495A36

Color information

#495A36 (or 0x495A36) is unknown color: approx Clover. HEX triplet: 49, 5A and 36. RGB value is (73,90,54). Sum of RGB (Red+Green+Blue) = 73+90+54=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #495A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A36 is #B6A5C9. Grayscale: #505050. Windows color (decimal): -11969994 or 3562057. OLE color: 3562057.

HSL color Cylindrical-coordinate representation of color #495A36: hue angle of 88.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495A36 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB739054-
CMYK0.1900.400.65
HSL88.33º25%28.24%-
HSV(B)88.33º40%35.29%-
XYZ7.0794.85-
YUV80.81112.87122.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=33.64%
G=41.47%
B=24.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7390540.1900.400.6588.332528.24
Hex495A36130284158191c
Octal11113266230501011303134
Binary10010011011010110110100110101000100000110110001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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