#445031

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

Shades of Clover #445031

Tints of Clover #445031

Color information

#445031 (or 0x445031) is unknown color: approx Clover. HEX triplet: 44, 50 and 31. RGB value is (68,80,49). Sum of RGB (Red+Green+Blue) = 68+80+49=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #445031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445031 is #BBAFCE. Grayscale: #484848. Windows color (decimal): -12300239 or 3231812. OLE color: 3231812.

HSL color Cylindrical-coordinate representation of color #445031: hue angle of 83.23º 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 #445031 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB688049-
CMYK0.1500.390.69
HSL83.23º24.03%25.29%-
HSV(B)83.23º38.75%31.37%-
XYZ5.817.193.99-
YUV72.88114.52124.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=34.52%
G=40.61%
B=24.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880490.1500.390.6983.2324.0325.29
Hex445031F02745531819
Octal10412061170471051233031
Binary1000100101000011000111110100111100010110100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445031; }

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

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

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

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

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

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

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

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