#505E35

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

Shades of Clover #505E35

Tints of Clover #505E35

Color information

#505E35 (or 0x505E35) is unknown color: approx Clover. HEX triplet: 50, 5E and 35. RGB value is (80,94,53). Sum of RGB (Red+Green+Blue) = 80+94+53=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #505E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505E35 is #AFA1CA. Grayscale: #555555. Windows color (decimal): -11510219 or 3497552. OLE color: 3497552.

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

Color convert

RGB809453-
CMYK0.1500.440.63
HSL80.49º27.89%28.82%-
HSV(B)80.49º43.62%36.86%-
XYZ7.959.974.87-
YUV85.14109.86124.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=35.24%
G=41.41%
B=23.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8094530.1500.440.6380.4927.8928.82
Hex505E35F02C3F501c1d
Octal1201366517054771203435
Binary101000010111101101011111010110011111110100001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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