#495530

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

Shades of Clover #495530

Tints of Clover #495530

Color information

#495530 (or 0x495530) is unknown color: approx Clover. HEX triplet: 49, 55 and 30. RGB value is (73,85,48). Sum of RGB (Red+Green+Blue) = 73+85+48=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #495530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495530 is #B6AACF. Grayscale: #4D4D4D. Windows color (decimal): -11971280 or 3167561. OLE color: 3167561.

HSL color Cylindrical-coordinate representation of color #495530: hue angle of 79.46º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #495530 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB738548-
CMYK0.1400.440.67
HSL79.46º27.82%26.08%-
HSV(B)79.46º43.53%33.33%-
XYZ6.538.134.02-
YUV77.19111.52125.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=35.44%
G=41.26%
B=23.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385480.1400.440.6779.4627.8226.08
Hex495530E02C434f1c1a
Octal11112560160541031173432
Binary1001001101010111000011100101100100001110011111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495530; }

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

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

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

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

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

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

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

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