Html Css Color HEX #519C5E Fruit Salad

📋 copy color: '#519C5E'

red 81 ◦ green 156 ◦ blue 94

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

Shades of Fruit Salad #519C5E

Tints of Fruit Salad #519C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 24.47%
G = 47.13%
B = 28.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#519C5E (or 0x519C5E) is known color: Fruit Salad. HEX triplet: 51, 9C and 5E. RGB value is (81,156,94). Sum of RGB (Red+Green+Blue) = 81+156+94=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #519C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C5E is #AE63A1. Grayscale: #7E7E7E. Windows color (decimal): -11428770 or 6200401. OLE color: 6200401.

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

Color convert

RGB 81 156 94 -
CMYK 0.48 0 0.40 0.39
HSL 130.4º 0.32% 0.46% -
HSV(B) 130.4º 0.48% 0.61% -
XYZ 17.3 26.33 14.76 -
YUV 126.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 81 156 94 0.48 0 0.40 0.39 130.4 0.32 0.46
Hex 51 9C 5E 30 0 28 27 82 20 2E
Octal 121 234 136 60 0 50 47 202 40 56
Binary 1010001 10011100 1011110 110000 0 101000 100111 10000010 100000 101110

Color Harmonies of #519C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C5E

Black with #519C5E

Text Example


Text Example

White with #519C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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