#41502F

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

Shades of Clover #41502F

Tints of Clover #41502F

Color information

#41502F (or 0x41502F) is unknown color: approx Clover. HEX triplet: 41, 50 and 2F. RGB value is (65,80,47). Sum of RGB (Red+Green+Blue) = 65+80+47=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #41502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41502F is #BEAFD0. Grayscale: #474747. Windows color (decimal): -12496849 or 3100737. OLE color: 3100737.

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

Color convert

RGB658047-
CMYK0.1900.410.69
HSL87.27º25.98%24.9%-
HSV(B)87.27º41.25%31.37%-
XYZ5.567.073.76-
YUV71.75114.03123.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 80 (31.64% from 255) = 41.67%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=33.85%
G=41.67%
B=24.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580470.1900.410.6987.2725.9824.9
Hex41502F1302945571a19
Octal10112057230511051273231
Binary10000011010000101111100110101001100010110101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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