#455B28

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

Shades of Clover #455B28

Tints of Clover #455B28

Color information

#455B28 (or 0x455B28) is unknown color: approx Clover. HEX triplet: 45, 5B and 28. RGB value is (69,91,40). Sum of RGB (Red+Green+Blue) = 69+91+40=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #455B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B28 is #BAA4D7. Grayscale: #4E4E4E. Windows color (decimal): -12231896 or 2644805. OLE color: 2644805.

HSL color Cylindrical-coordinate representation of color #455B28: hue angle of 85.88º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #455B28 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB699140-
CMYK0.2400.560.64
HSL85.88º38.93%25.69%-
HSV(B)85.88º56.04%35.69%-
XYZ6.588.93.38-
YUV78.61106.21121.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 91 (35.94% from 255) = 45.5%
BLUE value IS 40 (16.02% from 255) = 20%
R=34.5%
G=45.5%
B=20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991400.2400.560.6485.8838.9325.69
Hex455B28180384056271a
Octal10513350300701001264732
Binary100010110110111010001100001110001000000101011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,91,40); }

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

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

 a { background-color: rgb(69,91,40); }

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

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

 span { border-color: rgb(69,91,40); }

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