Html Css Color HEX #519A42 Fruit Salad

📋 copy color: '#519A42'

red 81 ◦ green 154 ◦ blue 66

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

Shades of Fruit Salad #519A42

Tints of Fruit Salad #519A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 26.91%
G = 51.16%
B = 21.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#519A42 (or 0x519A42) is known color: Fruit Salad. HEX triplet: 51, 9A and 42. RGB value is (81,154,66). Sum of RGB (Red+Green+Blue) = 81+154+66=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #519A42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519A42 is #AE65BD. Grayscale: #7A7A7A. Windows color (decimal): -11429310 or 4364881. OLE color: 4364881.

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

Color convert

RGB 81 154 66 -
CMYK 0.47 0 0.57 0.40
HSL 109.77º 0.4% 0.43% -
HSV(B) 109.77º 0.57% 0.6% -
XYZ 15.93 25.25 9.19 -
YUV 122.14 96.32 98.66 -
System Red Green Blue C M Y K H S L
Decimal 81 154 66 0.47 0 0.57 0.40 109.77 0.4 0.43
Hex 51 9A 42 2F 0 39 28 6E 28 2B
Octal 121 232 102 57 0 71 50 156 50 53
Binary 1010001 10011010 1000010 101111 0 111001 101000 1101110 101000 101011

Color Harmonies of #519A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519A42

Black with #519A42

Text Example


Text Example

White with #519A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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