Html Css Color HEX #479952 Fruit Salad

📋 copy color: '#479952'

red 71 ◦ green 153 ◦ blue 82

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

Shades of Fruit Salad #479952

Tints of Fruit Salad #479952

RGB

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

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

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

R = 23.2%
G = 50%
B = 26.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#479952 (or 0x479952) is known color: Fruit Salad. HEX triplet: 47, 99 and 52. RGB value is (71,153,82). Sum of RGB (Red+Green+Blue) = 71+153+82=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #479952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479952 is #B866AD. Grayscale: #787878. Windows color (decimal): -12084910 or 5413191. OLE color: 5413191.

HSL color Cylindrical-coordinate representation of color #479952: hue angle of 128.05º 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 #479952 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 153 82 -
CMYK 0.54 0 0.46 0.4
HSL 128.05º 0.37% 0.44% -
HSV(B) 128.05º 0.54% 0.6% -
XYZ 15.51 24.73 11.94 -
YUV 120.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 71 153 82 0.54 0 0.46 0.4 128.05 0.37 0.44
Hex 47 99 52 36 0 2E 28 80 25 2C
Octal 107 231 122 66 0 56 50 200 45 54
Binary 1000111 10011001 1010010 110110 0 101110 101000 10000000 100101 101100

Color Harmonies of #479952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479952

Black with #479952

Text Example


Text Example

White with #479952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479952; }

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

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

background-color css

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

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

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

border-color css

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

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

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