Html Css Color HEX #479144 Fruit Salad

📋 copy color: '#479144'

red 71 ◦ green 145 ◦ blue 68

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

Shades of Fruit Salad #479144

Tints of Fruit Salad #479144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 25%
G = 51.06%
B = 23.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#479144 (or 0x479144) is known color: Fruit Salad. HEX triplet: 47, 91 and 44. RGB value is (71,145,68). Sum of RGB (Red+Green+Blue) = 71+145+68=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #479144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479144 is #B86EBB. Grayscale: #727272. Windows color (decimal): -12086972 or 4493639. OLE color: 4493639.

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

Color convert

RGB 71 145 68 -
CMYK 0.51 0 0.53 0.43
HSL 117.66º 0.36% 0.42% -
HSV(B) 117.66º 0.53% 0.57% -
XYZ 13.77 22.01 8.99 -
YUV 114.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 71 145 68 0.51 0 0.53 0.43 117.66 0.36 0.42
Hex 47 91 44 33 0 35 2B 76 24 2A
Octal 107 221 104 63 0 65 53 166 44 52
Binary 1000111 10010001 1000100 110011 0 110101 101011 1110110 100100 101010

Color Harmonies of #479144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479144

Black with #479144

Text Example


Text Example

White with #479144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479144; }

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

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

background-color css

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

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

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

border-color css

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

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

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