Html Css Color HEX #519446 Fruit Salad

📋 copy color: '#519446'

red 81 ◦ green 148 ◦ blue 70

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

Shades of Fruit Salad #519446

Tints of Fruit Salad #519446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.5%

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 27.09%
G = 49.5%
B = 23.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#519446 (or 0x519446) is known color: Fruit Salad. HEX triplet: 51, 94 and 46. RGB value is (81,148,70). Sum of RGB (Red+Green+Blue) = 81+148+70=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #519446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519446 is #AE6BB9. Grayscale: #777777. Windows color (decimal): -11430842 or 4625489. OLE color: 4625489.

HSL color Cylindrical-coordinate representation of color #519446: hue angle of 111.54º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519446 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 148 70 -
CMYK 0.45 0 0.53 0.42
HSL 111.54º 0.36% 0.43% -
HSV(B) 111.54º 0.53% 0.58% -
XYZ 15.09 23.37 9.51 -
YUV 119.08 100.3 100.84 -
System Red Green Blue C M Y K H S L
Decimal 81 148 70 0.45 0 0.53 0.42 111.54 0.36 0.43
Hex 51 94 46 2D 0 35 2A 70 24 2B
Octal 121 224 106 55 0 65 52 160 44 53
Binary 1010001 10010100 1000110 101101 0 110101 101010 1110000 100100 101011

Color Harmonies of #519446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519446

Black with #519446

Text Example


Text Example

White with #519446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519446; }

 p { color: rgb(81,148,70); }

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

background-color css

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

 a { background-color: rgb(81,148,70); }

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

border-color css

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

 span { border-color: rgb(81,148,70); }

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