#455a28

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

Shades of Clover #455A28

Tints of Clover #455A28

Color information

#455A28 (or 0x455A28) is unknown color: approx Clover. HEX triplet: 45, 5A and 28. RGB value is (69,90,40). Sum of RGB (Red+Green+Blue) = 69+90+40=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #455A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A28 is #BAA5D7. Grayscale: #4E4E4E. Windows color (decimal): -12232152 or 2644549. OLE color: 2644549.

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

Color convert

RGB699040-
CMYK0.2300.560.65
HSL85.2º38.46%25.49%-
HSV(B)85.2º55.56%35.29%-
XYZ6.498.733.35-
YUV78.02106.54121.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=34.67%
G=45.23%
B=20.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990400.2300.560.6585.238.4625.49
Hex455A281703841552619
Octal10513250270701011254631
Binary100010110110101010001011101110001000001101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455a28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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