#495233

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

Shades of Clover #495233

Tints of Clover #495233

Color information

#495233 (or 0x495233) is unknown color: approx Clover. HEX triplet: 49, 52 and 33. RGB value is (73,82,51). Sum of RGB (Red+Green+Blue) = 73+82+51=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #495233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495233 is #B6ADCC. Grayscale: #4B4B4B. Windows color (decimal): -11972045 or 3363401. OLE color: 3363401.

HSL color Cylindrical-coordinate representation of color #495233: hue angle of 77.42º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495233 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB738251-
CMYK0.1100.380.68
HSL77.42º23.31%26.08%-
HSV(B)77.42º37.8%32.16%-
XYZ6.367.694.28-
YUV75.78114.02126.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=35.44%
G=39.81%
B=24.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382510.1100.380.6877.4223.3126.08
Hex495233B026444d171a
Octal11112263130461041152732
Binary1001001101001011001110110100110100010010011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495233; }

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

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

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

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

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

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

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

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