#506435

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

Shades of Green Leaf #506435

Tints of Green Leaf #506435

Color information

#506435 (or 0x506435) is unknown color: approx Green Leaf. HEX triplet: 50, 64 and 35. RGB value is (80,100,53). Sum of RGB (Red+Green+Blue) = 80+100+53=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #506435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506435 is #AF9BCA. Grayscale: #585858. Windows color (decimal): -11508683 or 3499088. OLE color: 3499088.

HSL color Cylindrical-coordinate representation of color #506435: hue angle of 85.53º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506435 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB8010053-
CMYK0.200.470.61
HSL85.53º30.72%30%-
HSV(B)85.53º47%39.22%-
XYZ8.5111.085.06-
YUV88.66107.87121.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=34.33%
G=42.92%
B=22.75%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100530.200.470.6185.5330.7230
Hex5064351402F3D561f1e
Octal1201446524057751263736
Binary1010000110010011010110100010111111110110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506435; }

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

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

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

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

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

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

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

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