#506930

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

Shades of Green Leaf #506930

Tints of Green Leaf #506930

Color information

#506930 (or 0x506930) is unknown color: approx Green Leaf. HEX triplet: 50, 69 and 30. RGB value is (80,105,48). Sum of RGB (Red+Green+Blue) = 80+105+48=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #506930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506930 is #AF96CF. Grayscale: #5B5B5B. Windows color (decimal): -11507408 or 3172688. OLE color: 3172688.

HSL color Cylindrical-coordinate representation of color #506930: hue angle of 86.32º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #506930 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB8010548-
CMYK0.2400.540.59
HSL86.32º37.25%30%-
HSV(B)86.32º54.29%41.18%-
XYZ8.8912.024.65-
YUV91.03103.72120.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=34.33%
G=45.06%
B=20.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105480.2400.540.5986.3237.2530
Hex506930180363B56251e
Octal1201516030066731264536
Binary10100001101001110000110000110110111011101011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506930; }

 p { color: rgb(80,105,48); }

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

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

 a { background-color: rgb(80,105,48); }

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

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

 span { border-color: rgb(80,105,48); }

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