#415526

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

Shades of Clover #415526

Tints of Clover #415526

Color information

#415526 (or 0x415526) is unknown color: approx Clover. HEX triplet: 41, 55 and 26. RGB value is (65,85,38). Sum of RGB (Red+Green+Blue) = 65+85+38=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #415526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415526 is #BEAAD9. Grayscale: #494949. Windows color (decimal): -12495578 or 2512193. OLE color: 2512193.

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

Color convert

RGB658538-
CMYK0.2400.550.67
HSL85.53º38.21%24.12%-
HSV(B)85.53º55.29%33.33%-
XYZ5.787.763.03-
YUV73.66107.87121.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=34.57%
G=45.21%
B=20.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585380.2400.550.6785.5338.2124.12
Hex4155261803743562618
Octal10112546300671031264630
Binary100000110101011001101100001101111000011101011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415526; }

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

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

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

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

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

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

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

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