#455332

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

Shades of Clover #455332

Tints of Clover #455332

Color information

#455332 (or 0x455332) is unknown color: approx Clover. HEX triplet: 45, 53 and 32. RGB value is (69,83,50). Sum of RGB (Red+Green+Blue) = 69+83+50=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #455332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455332 is #BAACCD. Grayscale: #4B4B4B. Windows color (decimal): -12233934 or 3298117. OLE color: 3298117.

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

Color convert

RGB698350-
CMYK0.1700.400.67
HSL85.45º24.81%26.08%-
HSV(B)85.45º39.76%32.55%-
XYZ6.127.684.18-
YUV75.05113.86123.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.16%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=34.16%
G=41.09%
B=24.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983500.1700.400.6785.4524.8126.08
Hex455332110284355191a
Octal10512362210501031253132
Binary10001011010011110010100010101000100001110101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455332; }

 p { color: rgb(69,83,50); }

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

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

 a { background-color: rgb(69,83,50); }

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

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

 span { border-color: rgb(69,83,50); }

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