Html Css Color HEX #519545 Fruit Salad

📋 copy color: '#519545'

red 81 ◦ green 149 ◦ blue 69

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

Shades of Fruit Salad #519545

Tints of Fruit Salad #519545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 27.09%
G = 49.83%
B = 23.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#519545 (or 0x519545) is known color: Fruit Salad. HEX triplet: 51, 95 and 45. RGB value is (81,149,69). Sum of RGB (Red+Green+Blue) = 81+149+69=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #519545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519545 is #AE6ABA. Grayscale: #777777. Windows color (decimal): -11430587 or 4560209. OLE color: 4560209.

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

Color convert

RGB 81 149 69 -
CMYK 0.46 0 0.54 0.42
HSL 111º 0.37% 0.43% -
HSV(B) 111º 0.54% 0.58% -
XYZ 15.21 23.67 9.4 -
YUV 119.55 99.47 100.5 -
System Red Green Blue C M Y K H S L
Decimal 81 149 69 0.46 0 0.54 0.42 111 0.37 0.43
Hex 51 95 45 2E 0 36 2A 6F 25 2B
Octal 121 225 105 56 0 66 52 157 45 53
Binary 1010001 10010101 1000101 101110 0 110110 101010 1101111 100101 101011

Color Harmonies of #519545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519545

Black with #519545

Text Example


Text Example

White with #519545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519545; }

 p { color: rgb(81,149,69); }

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

background-color css

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

 a { background-color: rgb(81,149,69); }

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

border-color css

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

 span { border-color: rgb(81,149,69); }

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