Html Css Color HEX #479140 Fruit Salad

📋 copy color: '#479140'

red 71 ◦ green 145 ◦ blue 64

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

Shades of Fruit Salad #479140

Tints of Fruit Salad #479140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.79%

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

R = 25.36%
G = 51.79%
B = 22.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#479140 (or 0x479140) is known color: Fruit Salad. HEX triplet: 47, 91 and 40. RGB value is (71,145,64). Sum of RGB (Red+Green+Blue) = 71+145+64=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #479140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479140 is #B86EBF. Grayscale: #717171. Windows color (decimal): -12086976 or 4231495. OLE color: 4231495.

HSL color Cylindrical-coordinate representation of color #479140: hue angle of 114.81º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #479140 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 64 -
CMYK 0.51 0 0.56 0.43
HSL 114.81º 0.39% 0.41% -
HSV(B) 114.81º 0.56% 0.57% -
XYZ 13.65 21.96 8.37 -
YUV 113.64 99.98 97.59 -
System Red Green Blue C M Y K H S L
Decimal 71 145 64 0.51 0 0.56 0.43 114.81 0.39 0.41
Hex 47 91 40 33 0 38 2B 73 27 29
Octal 107 221 100 63 0 70 53 163 47 51
Binary 1000111 10010001 1000000 110011 0 111000 101011 1110011 100111 101001

Color Harmonies of #479140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479140

Black with #479140

Text Example


Text Example

White with #479140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479140; }

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

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

background-color css

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

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

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

border-color css

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

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

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