#405530

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

Shades of Clover #405530

Tints of Clover #405530

Color information

#405530 (or 0x405530) is unknown color: approx Clover. HEX triplet: 40, 55 and 30. RGB value is (64,85,48). Sum of RGB (Red+Green+Blue) = 64+85+48=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #405530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405530 is #BFAACF. Grayscale: #4A4A4A. Windows color (decimal): -12561104 or 3167552. OLE color: 3167552.

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

Color convert

RGB648548-
CMYK0.2500.440.67
HSL94.05º27.82%26.08%-
HSV(B)94.05º43.53%33.33%-
XYZ5.97.83.99-
YUV74.5113.04120.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=32.49%
G=43.15%
B=24.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485480.2500.440.6794.0527.8226.08
Hex4055301902C435e1c1a
Octal10012560310541031363432
Binary10000001010101110000110010101100100001110111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405530; }

 p { color: rgb(64,85,48); }

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

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

 a { background-color: rgb(64,85,48); }

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

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

 span { border-color: rgb(64,85,48); }

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