Html Css Color HEX #479A51 Fruit Salad

📋 copy color: '#479A51'

red 71 ◦ green 154 ◦ blue 81

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

Shades of Fruit Salad #479A51

Tints of Fruit Salad #479A51

RGB

 RED value IS 71 (28.13% from 255) = 23.2%

 GREEN value IS 154 (60.55% from 255) = 50.33%

 BLUE value IS 81 (32.03% from 255) = 26.47%

R = 23.2%
G = 50.33%
B = 26.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#479A51 (or 0x479A51) is known color: Fruit Salad. HEX triplet: 47, 9A and 51. RGB value is (71,154,81). Sum of RGB (Red+Green+Blue) = 71+154+81=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #479A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479A51 is #B865AE. Grayscale: #797979. Windows color (decimal): -12084655 or 5347911. OLE color: 5347911.

HSL color Cylindrical-coordinate representation of color #479A51: hue angle of 127.23º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479A51 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 154 81 -
CMYK 0.54 0 0.47 0.40
HSL 127.23º 0.37% 0.44% -
HSV(B) 127.23º 0.54% 0.6% -
XYZ 15.64 25.04 11.79 -
YUV 120.86 105.5 92.44 -
System Red Green Blue C M Y K H S L
Decimal 71 154 81 0.54 0 0.47 0.40 127.23 0.37 0.44
Hex 47 9A 51 36 0 2F 28 7F 25 2C
Octal 107 232 121 66 0 57 50 177 45 54
Binary 1000111 10011010 1010001 110110 0 101111 101000 1111111 100101 101100

Color Harmonies of #479A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479A51

Black with #479A51

Text Example


Text Example

White with #479A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479A51; }

 p { color: rgb(71,154,81); }

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

background-color css

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

 a { background-color: rgb(71,154,81); }

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

border-color css

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

 span { border-color: rgb(71,154,81); }

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