#495533

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

Shades of Clover #495533

Tints of Clover #495533

Color information

#495533 (or 0x495533) is unknown color: approx Clover. HEX triplet: 49, 55 and 33. RGB value is (73,85,51). Sum of RGB (Red+Green+Blue) = 73+85+51=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #495533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495533 is #B6AACC. Grayscale: #4D4D4D. Windows color (decimal): -11971277 or 3364169. OLE color: 3364169.

HSL color Cylindrical-coordinate representation of color #495533: hue angle of 81.18º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495533 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB738551-
CMYK0.1400.400.67
HSL81.18º25%26.67%-
HSV(B)81.18º40%33.33%-
XYZ6.598.154.36-
YUV77.54113.02124.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=34.93%
G=40.67%
B=24.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385510.1400.400.6781.182526.67
Hex495533E0284351191b
Octal11112563160501031213133
Binary1001001101010111001111100101000100001110100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495533; }

 p { color: rgb(73,85,51); }

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

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

 a { background-color: rgb(73,85,51); }

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

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

 span { border-color: rgb(73,85,51); }

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