#455429

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

Shades of Clover #455429

Tints of Clover #455429

Color information

#455429 (or 0x455429) is unknown color: approx Clover. HEX triplet: 45, 54 and 29. RGB value is (69,84,41). Sum of RGB (Red+Green+Blue) = 69+84+41=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #455429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455429 is #BAABD6. Grayscale: #4A4A4A. Windows color (decimal): -12233687 or 2708549. OLE color: 2708549.

HSL color Cylindrical-coordinate representation of color #455429: hue angle of 80.93º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #455429 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB698441-
CMYK0.1800.510.67
HSL80.93º34.4%24.51%-
HSV(B)80.93º51.19%32.94%-
XYZ6.027.773.28-
YUV74.61109.03124-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=35.57%
G=43.30%
B=21.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984410.1800.510.6780.9334.424.51
Hex4554291203343512219
Octal10512451220631031214231
Binary100010110101001010011001001100111000011101000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455429; }

 p { color: rgb(69,84,41); }

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

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

 a { background-color: rgb(69,84,41); }

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

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

 span { border-color: rgb(69,84,41); }

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