#415520

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

Shades of Clover #415520

Tints of Clover #415520

Color information

#415520 (or 0x415520) is unknown color: approx Clover. HEX triplet: 41, 55 and 20. RGB value is (65,85,32). Sum of RGB (Red+Green+Blue) = 65+85+32=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #415520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415520 is #BEAADF. Grayscale: #494949. Windows color (decimal): -12495584 or 2118977. OLE color: 2118977.

HSL color Cylindrical-coordinate representation of color #415520: hue angle of 82.64º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #415520 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB658532-
CMYK0.2400.620.67
HSL82.64º45.3%22.94%-
HSV(B)82.64º62.35%33.33%-
XYZ5.697.732.56-
YUV72.98104.87122.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=35.71%
G=46.70%
B=17.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585320.2400.620.6782.6445.322.94
Hex4155201803E43532d17
Octal10112540300761031235527
Binary100000110101011000001100001111101000011101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415520; }

 p { color: rgb(65,85,32); }

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

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

 a { background-color: rgb(65,85,32); }

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

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

 span { border-color: rgb(65,85,32); }

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