Html Css Color HEX #519E5C Fruit Salad

📋 copy color: '#519E5C'

red 81 ◦ green 158 ◦ blue 92

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

Shades of Fruit Salad #519E5C

Tints of Fruit Salad #519E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.73%

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 24.47%
G = 47.73%
B = 27.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#519E5C (or 0x519E5C) is known color: Fruit Salad. HEX triplet: 51, 9E and 5C. RGB value is (81,158,92). Sum of RGB (Red+Green+Blue) = 81+158+92=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #519E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E5C is #AE61A3. Grayscale: #7F7F7F. Windows color (decimal): -11428260 or 6069841. OLE color: 6069841.

HSL color Cylindrical-coordinate representation of color #519E5C: hue angle of 128.57º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519E5C is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 158 92 -
CMYK 0.49 0 0.42 0.38
HSL 128.57º 0.32% 0.47% -
HSV(B) 128.57º 0.49% 0.62% -
XYZ 17.55 26.98 14.41 -
YUV 127.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 81 158 92 0.49 0 0.42 0.38 128.57 0.32 0.47
Hex 51 9E 5C 31 0 2A 26 81 20 2F
Octal 121 236 134 61 0 52 46 201 40 57
Binary 1010001 10011110 1011100 110001 0 101010 100110 10000001 100000 101111

Color Harmonies of #519E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E5C

Black with #519E5C

Text Example


Text Example

White with #519E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,158,92); }

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

background-color css

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

 a { background-color: rgb(81,158,92); }

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

border-color css

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

 span { border-color: rgb(81,158,92); }

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