#415525

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

Shades of Clover #415525

Tints of Clover #415525

Color information

#415525 (or 0x415525) is unknown color: approx Clover. HEX triplet: 41, 55 and 25. RGB value is (65,85,37). Sum of RGB (Red+Green+Blue) = 65+85+37=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #415525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415525 is #BEAADA. Grayscale: #494949. Windows color (decimal): -12495579 or 2446657. OLE color: 2446657.

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

Color convert

RGB658537-
CMYK0.2400.560.67
HSL85º39.34%23.92%-
HSV(B)85º56.47%33.33%-
XYZ5.767.752.94-
YUV73.55107.37121.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=34.76%
G=45.45%
B=19.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585370.2400.560.678539.3423.92
Hex4155251803843552718
Octal10112545300701031254730
Binary100000110101011001011100001110001000011101010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415525; }

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

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

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

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

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

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

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

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