Html Css Color HEX #519A5C Fruit Salad

📋 copy color: '#519A5C'

red 81 ◦ green 154 ◦ blue 92

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

Shades of Fruit Salad #519A5C

Tints of Fruit Salad #519A5C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.09%

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 24.77%
G = 47.09%
B = 28.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#519A5C (or 0x519A5C) is known color: Fruit Salad. HEX triplet: 51, 9A and 5C. RGB value is (81,154,92). Sum of RGB (Red+Green+Blue) = 81+154+92=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #519A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A5C is #AE65A3. Grayscale: #7D7D7D. Windows color (decimal): -11429284 or 6068817. OLE color: 6068817.

HSL color Cylindrical-coordinate representation of color #519A5C: hue angle of 129.04º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A5C is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 154 92 -
CMYK 0.47 0 0.40 0.40
HSL 129.04º 0.31% 0.46% -
HSV(B) 129.04º 0.47% 0.6% -
XYZ 16.88 25.63 14.18 -
YUV 125.11 109.32 96.54 -
System Red Green Blue C M Y K H S L
Decimal 81 154 92 0.47 0 0.40 0.40 129.04 0.31 0.46
Hex 51 9A 5C 2F 0 28 28 81 1F 2E
Octal 121 232 134 57 0 50 50 201 37 56
Binary 1010001 10011010 1011100 101111 0 101000 101000 10000001 11111 101110

Color Harmonies of #519A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519A5C

Black with #519A5C

Text Example


Text Example

White with #519A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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