Html Css Color HEX #519942 Fruit Salad

📋 copy color: '#519942'

red 81 ◦ green 153 ◦ blue 66

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

Shades of Fruit Salad #519942

Tints of Fruit Salad #519942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51%

 BLUE value IS 66 (26.17% from 255) = 22%

R = 27%
G = 51%
B = 22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#519942 (or 0x519942) is known color: Fruit Salad. HEX triplet: 51, 99 and 42. RGB value is (81,153,66). Sum of RGB (Red+Green+Blue) = 81+153+66=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #519942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519942 is #AE66BD. Grayscale: #797979. Windows color (decimal): -11429566 or 4364625. OLE color: 4364625.

HSL color Cylindrical-coordinate representation of color #519942: hue angle of 109.66º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #519942 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 66 -
CMYK 0.47 0 0.57 0.4
HSL 109.66º 0.4% 0.43% -
HSV(B) 109.66º 0.57% 0.6% -
XYZ 15.77 24.93 9.13 -
YUV 121.55 96.65 99.07 -
System Red Green Blue C M Y K H S L
Decimal 81 153 66 0.47 0 0.57 0.4 109.66 0.4 0.43
Hex 51 99 42 2F 0 39 28 6E 28 2B
Octal 121 231 102 57 0 71 50 156 50 53
Binary 1010001 10011001 1000010 101111 0 111001 101000 1101110 101000 101011

Color Harmonies of #519942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519942

Black with #519942

Text Example


Text Example

White with #519942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519942; }

 p { color: rgb(81,153,66); }

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

background-color css

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

 a { background-color: rgb(81,153,66); }

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

border-color css

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

 span { border-color: rgb(81,153,66); }

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