Html Css Color HEX #479D41 Fruit Salad

📋 copy color: '#479D41'

red 71 ◦ green 157 ◦ blue 65

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

Shades of Fruit Salad #479D41

Tints of Fruit Salad #479D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 24.23%
G = 53.58%
B = 22.18%

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

#479D41 (or 0x479D41) is known color: Fruit Salad. HEX triplet: 47, 9D and 41. RGB value is (71,157,65). Sum of RGB (Red+Green+Blue) = 71+157+65=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #479D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D41 is #B862BE. Grayscale: #797979. Windows color (decimal): -12083903 or 4300103. OLE color: 4300103.

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

Color convert

RGB 71 157 65 -
CMYK 0.55 0 0.59 0.38
HSL 116.09º 0.41% 0.44% -
HSV(B) 116.09º 0.59% 0.62% -
XYZ 15.61 25.84 9.17 -
YUV 120.8 96.51 92.48 -
System Red Green Blue C M Y K H S L
Decimal 71 157 65 0.55 0 0.59 0.38 116.09 0.41 0.44
Hex 47 9D 41 37 0 3B 26 74 29 2C
Octal 107 235 101 67 0 73 46 164 51 54
Binary 1000111 10011101 1000001 110111 0 111011 100110 1110100 101001 101100

Color Harmonies of #479D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D41

Black with #479D41

Text Example


Text Example

White with #479D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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