Html Css Color HEX #519945 Fruit Salad

📋 copy color: '#519945'

red 81 ◦ green 153 ◦ blue 69

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

Shades of Fruit Salad #519945

Tints of Fruit Salad #519945

RGB

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

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

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

R = 26.73%
G = 50.5%
B = 22.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#519945 (or 0x519945) is known color: Fruit Salad. HEX triplet: 51, 99 and 45. RGB value is (81,153,69). Sum of RGB (Red+Green+Blue) = 81+153+69=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #519945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519945 is #AE66BA. Grayscale: #7A7A7A. Windows color (decimal): -11429563 or 4561233. OLE color: 4561233.

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

Color convert

RGB 81 153 69 -
CMYK 0.47 0 0.55 0.4
HSL 111.43º 0.38% 0.44% -
HSV(B) 111.43º 0.55% 0.6% -
XYZ 15.86 24.96 9.61 -
YUV 121.9 98.15 98.83 -
System Red Green Blue C M Y K H S L
Decimal 81 153 69 0.47 0 0.55 0.4 111.43 0.38 0.44
Hex 51 99 45 2F 0 37 28 6F 26 2C
Octal 121 231 105 57 0 67 50 157 46 54
Binary 1010001 10011001 1000101 101111 0 110111 101000 1101111 100110 101100

Color Harmonies of #519945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519945

Black with #519945

Text Example


Text Example

White with #519945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519945; }

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

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

background-color css

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

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

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

border-color css

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

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

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