Html Css Color HEX #479342 Fruit Salad

📋 copy color: '#479342'

red 71 ◦ green 147 ◦ blue 66

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

Shades of Fruit Salad #479342

Tints of Fruit Salad #479342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.76%

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 25%
G = 51.76%
B = 23.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#479342 (or 0x479342) is known color: Fruit Salad. HEX triplet: 47, 93 and 42. RGB value is (71,147,66). Sum of RGB (Red+Green+Blue) = 71+147+66=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #479342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479342 is #B86CBD. Grayscale: #737373. Windows color (decimal): -12086462 or 4363079. OLE color: 4363079.

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

Color convert

RGB 71 147 66 -
CMYK 0.52 0 0.55 0.42
HSL 116.3º 0.38% 0.42% -
HSV(B) 116.3º 0.55% 0.58% -
XYZ 14.02 22.6 8.78 -
YUV 115.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 71 147 66 0.52 0 0.55 0.42 116.3 0.38 0.42
Hex 47 93 42 34 0 37 2A 74 26 2A
Octal 107 223 102 64 0 67 52 164 46 52
Binary 1000111 10010011 1000010 110100 0 110111 101010 1110100 100110 101010

Color Harmonies of #479342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479342

Black with #479342

Text Example


Text Example

White with #479342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479342; }

 p { color: rgb(71,147,66); }

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

background-color css

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

 a { background-color: rgb(71,147,66); }

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

border-color css

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

 span { border-color: rgb(71,147,66); }

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