#495A2F

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

Shades of Clover #495A2F

Tints of Clover #495A2F

Color information

#495A2F (or 0x495A2F) is unknown color: approx Clover. HEX triplet: 49, 5A and 2F. RGB value is (73,90,47). Sum of RGB (Red+Green+Blue) = 73+90+47=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #495A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A2F is #B6A5D0. Grayscale: #505050. Windows color (decimal): -11970001 or 3103305. OLE color: 3103305.

HSL color Cylindrical-coordinate representation of color #495A2F: hue angle of 83.72º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #495A2F is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB739047-
CMYK0.1900.480.65
HSL83.72º31.39%26.86%-
HSV(B)83.72º47.78%35.29%-
XYZ6.928.934.05-
YUV80.02109.37123-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 90 (35.55% from 255) = 42.86%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=34.76%
G=42.86%
B=22.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7390470.1900.480.6583.7231.3926.86
Hex495A2F1303041541f1b
Octal11113257230601011243733
Binary10010011011010101111100110110000100000110101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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