Html Css Color HEX #479D40 Fruit Salad

📋 copy color: '#479D40'

red 71 ◦ green 157 ◦ blue 64

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

Shades of Fruit Salad #479D40

Tints of Fruit Salad #479D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.77%

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

R = 24.32%
G = 53.77%
B = 21.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#479D40 (or 0x479D40) is known color: Fruit Salad. HEX triplet: 47, 9D and 40. RGB value is (71,157,64). Sum of RGB (Red+Green+Blue) = 71+157+64=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #479D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D40 is #B862BF. Grayscale: #787878. Windows color (decimal): -12083904 or 4234567. OLE color: 4234567.

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

Color convert

RGB 71 157 64 -
CMYK 0.55 0 0.59 0.38
HSL 115.48º 0.42% 0.43% -
HSV(B) 115.48º 0.59% 0.62% -
XYZ 15.58 25.82 9.01 -
YUV 120.68 96.01 92.56 -
System Red Green Blue C M Y K H S L
Decimal 71 157 64 0.55 0 0.59 0.38 115.48 0.42 0.43
Hex 47 9D 40 37 0 3B 26 73 2A 2B
Octal 107 235 100 67 0 73 46 163 52 53
Binary 1000111 10011101 1000000 110111 0 111011 100110 1110011 101010 101011

Color Harmonies of #479D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D40

Black with #479D40

Text Example


Text Example

White with #479D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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