Html Css Color HEX #519053 Fruit Salad

📋 copy color: '#519053'

red 81 ◦ green 144 ◦ blue 83

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

Shades of Fruit Salad #519053

Tints of Fruit Salad #519053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.75%

 BLUE value IS 83 (32.81% from 255) = 26.95%

R = 26.3%
G = 46.75%
B = 26.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#519053 (or 0x519053) is known color: Fruit Salad. HEX triplet: 51, 90 and 53. RGB value is (81,144,83). Sum of RGB (Red+Green+Blue) = 81+144+83=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #519053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519053 is #AE6FAC. Grayscale: #767676. Windows color (decimal): -11431853 or 5476433. OLE color: 5476433.

HSL color Cylindrical-coordinate representation of color #519053: hue angle of 121.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519053 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 144 83 -
CMYK 0.44 0 0.42 0.44
HSL 121.9º 0.28% 0.44% -
HSV(B) 121.9º 0.44% 0.56% -
XYZ 14.93 22.32 11.71 -
YUV 118.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 81 144 83 0.44 0 0.42 0.44 121.9 0.28 0.44
Hex 51 90 53 2C 0 2A 2C 7A 1C 2C
Octal 121 220 123 54 0 52 54 172 34 54
Binary 1010001 10010000 1010011 101100 0 101010 101100 1111010 11100 101100

Color Harmonies of #519053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519053

Black with #519053

Text Example


Text Example

White with #519053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519053; }

 p { color: rgb(81,144,83); }

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

background-color css

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

 a { background-color: rgb(81,144,83); }

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

border-color css

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

 span { border-color: rgb(81,144,83); }

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