#41502D

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

Shades of Clover #41502D

Tints of Clover #41502D

Color information

#41502D (or 0x41502D) is unknown color: approx Clover. HEX triplet: 41, 50 and 2D. RGB value is (65,80,45). Sum of RGB (Red+Green+Blue) = 65+80+45=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #41502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41502D is #BEAFD2. Grayscale: #474747. Windows color (decimal): -12496851 or 2969665. OLE color: 2969665.

HSL color Cylindrical-coordinate representation of color #41502D: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41502D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB658045-
CMYK0.1900.440.69
HSL85.71º28%24.51%-
HSV(B)85.71º43.75%31.37%-
XYZ5.527.053.55-
YUV71.52113.03123.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=34.21%
G=42.11%
B=23.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580450.1900.440.6985.712824.51
Hex41502D1302C45561c19
Octal10112055230541051263431
Binary10000011010000101101100110101100100010110101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41502D; }

 p { color: rgb(65,80,45); }

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

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

 a { background-color: rgb(65,80,45); }

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

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

 span { border-color: rgb(65,80,45); }

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