#41522E

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

Shades of Clover #41522E

Tints of Clover #41522E

Color information

#41522E (or 0x41522E) is unknown color: approx Clover. HEX triplet: 41, 52 and 2E. RGB value is (65,82,46). Sum of RGB (Red+Green+Blue) = 65+82+46=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #41522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41522E is #BEADD1. Grayscale: #484848. Windows color (decimal): -12496338 or 3035713. OLE color: 3035713.

HSL color Cylindrical-coordinate representation of color #41522E: hue angle of 88.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41522E is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB658246-
CMYK0.2100.440.68
HSL88.33º28.13%25.1%-
HSV(B)88.33º43.9%32.16%-
XYZ5.697.363.7-
YUV72.81112.87122.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=33.68%
G=42.49%
B=23.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6582460.2100.440.6888.3328.1325.1
Hex41522E1502C44581c19
Octal10112256250541041303431
Binary10000011010010101110101010101100100010010110001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41522E; }

 p { color: rgb(65,82,46); }

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

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

 a { background-color: rgb(65,82,46); }

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

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

 span { border-color: rgb(65,82,46); }

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