#495D28

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

Shades of Clover #495D28

Tints of Clover #495D28

Color information

#495D28 (or 0x495D28) is unknown color: approx Clover. HEX triplet: 49, 5D and 28. RGB value is (73,93,40). Sum of RGB (Red+Green+Blue) = 73+93+40=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #495D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D28 is #B6A2D7. Grayscale: #515151. Windows color (decimal): -11969240 or 2645321. OLE color: 2645321.

HSL color Cylindrical-coordinate representation of color #495D28: hue angle of 82.64º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495D28 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB739340-
CMYK0.2200.570.64
HSL82.64º39.85%26.08%-
HSV(B)82.64º56.99%36.47%-
XYZ7.059.43.45-
YUV80.98104.87122.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 93 (36.72% from 255) = 45.15%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=35.44%
G=45.15%
B=19.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393400.2200.570.6482.6439.8526.08
Hex495D28160394053281a
Octal11113550260711001235032
Binary100100110111011010001011001110011000000101001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,93,40); }

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

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

 a { background-color: rgb(73,93,40); }

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

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

 span { border-color: rgb(73,93,40); }

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