Html Css Color HEX #519353 Fruit Salad

📋 copy color: '#519353'

red 81 ◦ green 147 ◦ blue 83

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

Shades of Fruit Salad #519353

Tints of Fruit Salad #519353

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.27%

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

R = 26.05%
G = 47.27%
B = 26.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#519353 (or 0x519353) is known color: Fruit Salad. HEX triplet: 51, 93 and 53. RGB value is (81,147,83). Sum of RGB (Red+Green+Blue) = 81+147+83=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #519353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519353 is #AE6CAC. Grayscale: #787878. Windows color (decimal): -11431085 or 5477201. OLE color: 5477201.

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

Color convert

RGB 81 147 83 -
CMYK 0.45 0 0.44 0.42
HSL 121.82º 0.29% 0.45% -
HSV(B) 121.82º 0.45% 0.58% -
XYZ 15.39 23.24 11.86 -
YUV 119.97 107.13 100.2 -
System Red Green Blue C M Y K H S L
Decimal 81 147 83 0.45 0 0.44 0.42 121.82 0.29 0.45
Hex 51 93 53 2D 0 2C 2A 7A 1D 2D
Octal 121 223 123 55 0 54 52 172 35 55
Binary 1010001 10010011 1010011 101101 0 101100 101010 1111010 11101 101101

Color Harmonies of #519353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519353

Black with #519353

Text Example


Text Example

White with #519353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519353; }

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

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

background-color css

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

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

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

border-color css

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

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

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