Html Css Color HEX #519C58 Fruit Salad

📋 copy color: '#519C58'

red 81 ◦ green 156 ◦ blue 88

#519C58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #519C58

Tints of Fruit Salad #519C58

RGB

 RED value IS 81 (32.03% from 255) = 24.92%

 GREEN value IS 156 (61.33% from 255) = 48%

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 24.92%
G = 48%
B = 27.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#519C58 (or 0x519C58) is known color: Fruit Salad. HEX triplet: 51, 9C and 58. RGB value is (81,156,88). Sum of RGB (Red+Green+Blue) = 81+156+88=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #519C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C58 is #AE63A7. Grayscale: #7E7E7E. Windows color (decimal): -11428776 or 5807185. OLE color: 5807185.

HSL color Cylindrical-coordinate representation of color #519C58: hue angle of 125.6º 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 #519C58 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 156 88 -
CMYK 0.48 0 0.44 0.39
HSL 125.6º 0.32% 0.46% -
HSV(B) 125.6º 0.48% 0.61% -
XYZ 17.04 26.23 13.4 -
YUV 125.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 81 156 88 0.48 0 0.44 0.39 125.6 0.32 0.46
Hex 51 9C 58 30 0 2C 27 7E 20 2E
Octal 121 234 130 60 0 54 47 176 40 56
Binary 1010001 10011100 1011000 110000 0 101100 100111 1111110 100000 101110

Color Harmonies of #519C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C58

Black with #519C58

Text Example


Text Example

White with #519C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #519C58;
 }
 .AnyTagClassName
 {
   color: #519C58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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