Html Css Color HEX #479142 Fruit Salad

📋 copy color: '#479142'

red 71 ◦ green 145 ◦ blue 66

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

Shades of Fruit Salad #479142

Tints of Fruit Salad #479142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 25.18%
G = 51.42%
B = 23.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#479142 (or 0x479142) is known color: Fruit Salad. HEX triplet: 47, 91 and 42. RGB value is (71,145,66). Sum of RGB (Red+Green+Blue) = 71+145+66=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #479142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479142 is #B86EBD. Grayscale: #727272. Windows color (decimal): -12086974 or 4362567. OLE color: 4362567.

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

Color convert

RGB 71 145 66 -
CMYK 0.51 0 0.54 0.43
HSL 116.2º 0.37% 0.41% -
HSV(B) 116.2º 0.54% 0.57% -
XYZ 13.71 21.98 8.68 -
YUV 113.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 71 145 66 0.51 0 0.54 0.43 116.2 0.37 0.41
Hex 47 91 42 33 0 36 2B 74 25 29
Octal 107 221 102 63 0 66 53 164 45 51
Binary 1000111 10010001 1000010 110011 0 110110 101011 1110100 100101 101001

Color Harmonies of #479142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479142

Black with #479142

Text Example


Text Example

White with #479142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479142; }

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

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

background-color css

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

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

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

border-color css

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

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

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