#455527

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

Shades of Clover #455527

Tints of Clover #455527

Color information

#455527 (or 0x455527) is unknown color: approx Clover. HEX triplet: 45, 55 and 27. RGB value is (69,85,39). Sum of RGB (Red+Green+Blue) = 69+85+39=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #455527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455527 is #BAAAD8. Grayscale: #4B4B4B. Windows color (decimal): -12233433 or 2577733. OLE color: 2577733.

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

Color convert

RGB698539-
CMYK0.1900.540.67
HSL80.87º37.1%24.31%-
HSV(B)80.87º54.12%33.33%-
XYZ6.077.913.13-
YUV74.97107.7123.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=35.75%
G=44.04%
B=20.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985390.1900.540.6780.8737.124.31
Hex4555271303643512518
Octal10512547230661031214530
Binary100010110101011001111001101101101000011101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455527; }

 p { color: rgb(69,85,39); }

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

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

 a { background-color: rgb(69,85,39); }

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

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

 span { border-color: rgb(69,85,39); }

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