#455231

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

Shades of Clover #455231

Tints of Clover #455231

Color information

#455231 (or 0x455231) is unknown color: approx Clover. HEX triplet: 45, 52 and 31. RGB value is (69,82,49). Sum of RGB (Red+Green+Blue) = 69+82+49=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #455231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455231 is #BAADCE. Grayscale: #4A4A4A. Windows color (decimal): -12234191 or 3232325. OLE color: 3232325.

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

Color convert

RGB698249-
CMYK0.1600.400.68
HSL83.64º25.19%25.69%-
HSV(B)83.64º40.24%32.16%-
XYZ6.037.524.04-
YUV74.35113.69124.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=34.5%
G=41%
B=24.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6982490.1600.400.6883.6425.1925.69
Hex455231100284454191a
Octal10512261200501041243132
Binary10001011010010110001100000101000100010010101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455231; }

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

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

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

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

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

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

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

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