#455329

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

Shades of Clover #455329

Tints of Clover #455329

Color information

#455329 (or 0x455329) is unknown color: approx Clover. HEX triplet: 45, 53 and 29. RGB value is (69,83,41). Sum of RGB (Red+Green+Blue) = 69+83+41=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #455329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455329 is #BAACD6. Grayscale: #4A4A4A. Windows color (decimal): -12233943 or 2708293. OLE color: 2708293.

HSL color Cylindrical-coordinate representation of color #455329: hue angle of 80º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #455329 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB698341-
CMYK0.1700.510.67
HSL80º33.87%24.31%-
HSV(B)80º50.6%32.55%-
XYZ5.957.613.25-
YUV74.03109.36124.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=35.75%
G=43.01%
B=21.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983410.1700.510.678033.8724.31
Hex4553291103343502218
Octal10512351210631031204230
Binary100010110100111010011000101100111000011101000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455329; }

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

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

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

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

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

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

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

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