#505E36

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

Shades of Clover #505E36

Tints of Clover #505E36

Color information

#505E36 (or 0x505E36) is unknown color: approx Clover. HEX triplet: 50, 5E and 36. RGB value is (80,94,54). Sum of RGB (Red+Green+Blue) = 80+94+54=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #505E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505E36 is #AFA1C9. Grayscale: #555555. Windows color (decimal): -11510218 or 3563088. OLE color: 3563088.

HSL color Cylindrical-coordinate representation of color #505E36: hue angle of 81º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #505E36 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB809454-
CMYK0.1500.430.63
HSL81º27.03%29.02%-
HSV(B)81º42.55%36.86%-
XYZ7.989.985-
YUV85.25110.36124.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=35.09%
G=41.23%
B=23.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8094540.1500.430.638127.0329.02
Hex505E36F02B3F511b1d
Octal1201366617053771213335
Binary101000010111101101101111010101111111110100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505E36; }

 p { color: rgb(80,94,54); }

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

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

 a { background-color: rgb(80,94,54); }

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

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

 span { border-color: rgb(80,94,54); }

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