#519C5C

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

Shades of Fruit Salad #519C5C

Tints of Fruit Salad #519C5C

Color information

#519C5C (or 0x519C5C) is unknown color: approx Fruit Salad. HEX triplet: 51, 9C and 5C. RGB value is (81,156,92). Sum of RGB (Red+Green+Blue) = 81+156+92=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #519C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C5C is #AE63A3. Grayscale: #7E7E7E. Windows color (decimal): -11428772 or 6069329. OLE color: 6069329.

HSL color Cylindrical-coordinate representation of color #519C5C: hue angle of 128.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C5C is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB8115692-
CMYK0.4800.410.39
HSL128.8º31.65%46.47%-
HSV(B)128.8º48.08%61.18%-
XYZ17.2126.314.29-
YUV126.28108.6595.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=24.62%
G=47.42%
B=27.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81156920.4800.410.39128.831.6546.47
Hex519C5C300292781202e
Octal12123413460051472014056
Binary1010001100111001011100110000010100110011110000001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519C5C; }

 p { color: rgb(81,156,92); }

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

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

 a { background-color: rgb(81,156,92); }

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

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

 span { border-color: rgb(81,156,92); }

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