#455A20

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

Shades of Clover #455A20

Tints of Clover #455A20

Color information

#455A20 (or 0x455A20) is unknown color: approx Clover. HEX triplet: 45, 5A and 20. RGB value is (69,90,32). Sum of RGB (Red+Green+Blue) = 69+90+32=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #455A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A20 is #BAA5DF. Grayscale: #4D4D4D. Windows color (decimal): -12232160 or 2120261. OLE color: 2120261.

HSL color Cylindrical-coordinate representation of color #455A20: hue angle of 81.72º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #455A20 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB699032-
CMYK0.2300.640.65
HSL81.72º47.54%23.92%-
HSV(B)81.72º64.44%35.29%-
XYZ6.378.682.71-
YUV77.11102.54122.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 90 (35.55% from 255) = 47.12%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=36.13%
G=47.12%
B=16.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990320.2300.640.6581.7247.5423.92
Hex455A201704041523018
Octal105132402701001011226030
Binary1000101101101010000010111010000001000001101001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,90,32); }

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

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

 a { background-color: rgb(69,90,32); }

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

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

 span { border-color: rgb(69,90,32); }

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