#455A31

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

Shades of Clover #455A31

Tints of Clover #455A31

Color information

#455A31 (or 0x455A31) is unknown color: approx Clover. HEX triplet: 45, 5A and 31. RGB value is (69,90,49). Sum of RGB (Red+Green+Blue) = 69+90+49=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #455A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A31 is #BAA5CE. Grayscale: #4F4F4F. Windows color (decimal): -12232143 or 3234373. OLE color: 3234373.

HSL color Cylindrical-coordinate representation of color #455A31: hue angle of 90.73º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #455A31 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB699049-
CMYK0.2300.460.65
HSL90.73º29.5%27.25%-
HSV(B)90.73º45.56%35.29%-
XYZ6.668.84.25-
YUV79.05111.04120.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=33.17%
G=43.27%
B=23.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990490.2300.460.6590.7329.527.25
Hex455A311702E415b1d1b
Octal10513261270561011333533
Binary10001011011010110001101110101110100000110110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455A31; }

 p { color: rgb(69,90,49); }

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

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

 a { background-color: rgb(69,90,49); }

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

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

 span { border-color: rgb(69,90,49); }

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