#509C4B

Color #509C4B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #509C4B

Tints of Fruit Salad #509C4B

Color information

#509C4B (or 0x509C4B) is unknown color: approx Fruit Salad. HEX triplet: 50, 9C and 4B. RGB value is (80,156,75). Sum of RGB (Red+Green+Blue) = 80+156+75=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #509C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509C4B is #AF63B4. Grayscale: #7C7C7C. Windows color (decimal): -11494325 or 4955216. OLE color: 4955216.

HSL color Cylindrical-coordinate representation of color #509C4B: hue angle of 116.3º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #509C4B is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB8015675-
CMYK0.4900.520.39
HSL116.3º35.06%45.29%-
HSV(B)116.3º51.92%61.18%-
XYZ16.4725.9910.81-
YUV124.04100.3296.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 156 (61.33% from 255) = 50.16%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=25.72%
G=50.16%
B=24.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80156750.4900.520.39116.335.0645.29
Hex509C4B310342774232d
Octal12023411361064471644355
Binary101000010011100100101111000101101001001111110100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509C4B; }

 p { color: rgb(80,156,75); }

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

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

 a { background-color: rgb(80,156,75); }

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

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

 span { border-color: rgb(80,156,75); }

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