Html Css Color HEX #519A44 Fruit Salad

📋 copy color: '#519A44'

red 81 ◦ green 154 ◦ blue 68

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

Shades of Fruit Salad #519A44

Tints of Fruit Salad #519A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 26.73%
G = 50.83%
B = 22.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#519A44 (or 0x519A44) is known color: Fruit Salad. HEX triplet: 51, 9A and 44. RGB value is (81,154,68). Sum of RGB (Red+Green+Blue) = 81+154+68=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #519A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519A44 is #AE65BB. Grayscale: #7A7A7A. Windows color (decimal): -11429308 or 4495953. OLE color: 4495953.

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

Color convert

RGB 81 154 68 -
CMYK 0.47 0 0.56 0.40
HSL 110.93º 0.39% 0.44% -
HSV(B) 110.93º 0.56% 0.6% -
XYZ 15.99 25.28 9.51 -
YUV 122.37 97.32 98.49 -
System Red Green Blue C M Y K H S L
Decimal 81 154 68 0.47 0 0.56 0.40 110.93 0.39 0.44
Hex 51 9A 44 2F 0 38 28 6F 27 2C
Octal 121 232 104 57 0 70 50 157 47 54
Binary 1010001 10011010 1000100 101111 0 111000 101000 1101111 100111 101100

Color Harmonies of #519A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519A44

Black with #519A44

Text Example


Text Example

White with #519A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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