#455031

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

Shades of Clover #455031

Tints of Clover #455031

Color information

#455031 (or 0x455031) is unknown color: approx Clover. HEX triplet: 45, 50 and 31. RGB value is (69,80,49). Sum of RGB (Red+Green+Blue) = 69+80+49=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #455031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455031 is #BAAFCE. Grayscale: #494949. Windows color (decimal): -12234703 or 3231813. OLE color: 3231813.

HSL color Cylindrical-coordinate representation of color #455031: hue angle of 81.29º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455031 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB698049-
CMYK0.1400.390.69
HSL81.29º24.03%25.29%-
HSV(B)81.29º38.75%31.37%-
XYZ5.887.223.99-
YUV73.18114.36125.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 49 (19.53% from 255) = 24.75%
R=34.85%
G=40.40%
B=24.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980490.1400.390.6981.2924.0325.29
Hex455031E02745511819
Octal10512061160471051213031
Binary1000101101000011000111100100111100010110100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455031; }

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

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

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

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

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

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

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

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