Html Css Color HEX #519D5A Fruit Salad

📋 copy color: '#519D5A'

red 81 ◦ green 157 ◦ blue 90

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

Shades of Fruit Salad #519D5A

Tints of Fruit Salad #519D5A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.87%

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 24.7%
G = 47.87%
B = 27.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#519D5A (or 0x519D5A) is known color: Fruit Salad. HEX triplet: 51, 9D and 5A. RGB value is (81,157,90). Sum of RGB (Red+Green+Blue) = 81+157+90=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #519D5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D5A is #AE62A5. Grayscale: #7E7E7E. Windows color (decimal): -11428518 or 5938513. OLE color: 5938513.

HSL color Cylindrical-coordinate representation of color #519D5A: hue angle of 127.11º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D5A is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 157 90 -
CMYK 0.48 0 0.43 0.38
HSL 127.11º 0.32% 0.47% -
HSV(B) 127.11º 0.48% 0.62% -
XYZ 17.3 26.6 13.9 -
YUV 126.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 81 157 90 0.48 0 0.43 0.38 127.11 0.32 0.47
Hex 51 9D 5A 30 0 2B 26 7F 20 2F
Octal 121 235 132 60 0 53 46 177 40 57
Binary 1010001 10011101 1011010 110000 0 101011 100110 1111111 100000 101111

Color Harmonies of #519D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D5A

Black with #519D5A

Text Example


Text Example

White with #519D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,90); }

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

background-color css

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

 a { background-color: rgb(81,157,90); }

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

border-color css

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

 span { border-color: rgb(81,157,90); }

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