Html Css Color HEX #479740 Fruit Salad

📋 copy color: '#479740'

red 71 ◦ green 151 ◦ blue 64

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

Shades of Fruit Salad #479740

Tints of Fruit Salad #479740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.8%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 24.83%
G = 52.8%
B = 22.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#479740 (or 0x479740) is known color: Fruit Salad. HEX triplet: 47, 97 and 40. RGB value is (71,151,64). Sum of RGB (Red+Green+Blue) = 71+151+64=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #479740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479740 is #B868BF. Grayscale: #757575. Windows color (decimal): -12085440 or 4233031. OLE color: 4233031.

HSL color Cylindrical-coordinate representation of color #479740: hue angle of 115.17º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #479740 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 64 -
CMYK 0.53 0 0.58 0.41
HSL 115.17º 0.4% 0.42% -
HSV(B) 115.17º 0.58% 0.59% -
XYZ 14.59 23.84 8.68 -
YUV 117.16 98 95.07 -
System Red Green Blue C M Y K H S L
Decimal 71 151 64 0.53 0 0.58 0.41 115.17 0.4 0.42
Hex 47 97 40 35 0 3A 29 73 28 2A
Octal 107 227 100 65 0 72 51 163 50 52
Binary 1000111 10010111 1000000 110101 0 111010 101001 1110011 101000 101010

Color Harmonies of #479740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479740

Black with #479740

Text Example


Text Example

White with #479740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479740; }

 p { color: rgb(71,151,64); }

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

background-color css

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

 a { background-color: rgb(71,151,64); }

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

border-color css

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

 span { border-color: rgb(71,151,64); }

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