Html Css Color HEX #479552 Fruit Salad

📋 copy color: '#479552'

red 71 ◦ green 149 ◦ blue 82

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

Shades of Fruit Salad #479552

Tints of Fruit Salad #479552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.34%

 BLUE value IS 82 (32.42% from 255) = 27.15%

R = 23.51%
G = 49.34%
B = 27.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#479552 (or 0x479552) is known color: Fruit Salad. HEX triplet: 47, 95 and 52. RGB value is (71,149,82). Sum of RGB (Red+Green+Blue) = 71+149+82=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #479552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479552 is #B86AAD. Grayscale: #767676. Windows color (decimal): -12085934 or 5412167. OLE color: 5412167.

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

Color convert

RGB 71 149 82 -
CMYK 0.52 0 0.45 0.42
HSL 128.46º 0.35% 0.43% -
HSV(B) 128.46º 0.52% 0.58% -
XYZ 14.87 23.44 11.72 -
YUV 118.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 71 149 82 0.52 0 0.45 0.42 128.46 0.35 0.43
Hex 47 95 52 34 0 2D 2A 80 23 2B
Octal 107 225 122 64 0 55 52 200 43 53
Binary 1000111 10010101 1010010 110100 0 101101 101010 10000000 100011 101011

Color Harmonies of #479552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479552

Black with #479552

Text Example


Text Example

White with #479552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479552; }

 p { color: rgb(71,149,82); }

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

background-color css

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

 a { background-color: rgb(71,149,82); }

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

border-color css

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

 span { border-color: rgb(71,149,82); }

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