Html Css Color HEX #479440 Fruit Salad

📋 copy color: '#479440'

red 71 ◦ green 148 ◦ blue 64

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

Shades of Fruit Salad #479440

Tints of Fruit Salad #479440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

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

R = 25.09%
G = 52.3%
B = 22.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#479440 (or 0x479440) is known color: Fruit Salad. HEX triplet: 47, 94 and 40. RGB value is (71,148,64). Sum of RGB (Red+Green+Blue) = 71+148+64=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #479440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479440 is #B86BBF. Grayscale: #737373. Windows color (decimal): -12086208 or 4232263. OLE color: 4232263.

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

Color convert

RGB 71 148 64 -
CMYK 0.52 0 0.57 0.42
HSL 115º 0.4% 0.42% -
HSV(B) 115º 0.57% 0.58% -
XYZ 14.11 22.89 8.52 -
YUV 115.4 98.99 96.33 -
System Red Green Blue C M Y K H S L
Decimal 71 148 64 0.52 0 0.57 0.42 115 0.4 0.42
Hex 47 94 40 34 0 39 2A 73 28 2A
Octal 107 224 100 64 0 71 52 163 50 52
Binary 1000111 10010100 1000000 110100 0 111001 101010 1110011 101000 101010

Color Harmonies of #479440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479440

Black with #479440

Text Example


Text Example

White with #479440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479440; }

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

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

background-color css

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

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

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

border-color css

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

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

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