Html Css Color HEX #479042 Fruit Salad

📋 copy color: '#479042'

red 71 ◦ green 144 ◦ blue 66

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

Shades of Fruit Salad #479042

Tints of Fruit Salad #479042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.25%

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

R = 25.27%
G = 51.25%
B = 23.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#479042 (or 0x479042) is known color: Fruit Salad. HEX triplet: 47, 90 and 42. RGB value is (71,144,66). Sum of RGB (Red+Green+Blue) = 71+144+66=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #479042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479042 is #B86FBD. Grayscale: #717171. Windows color (decimal): -12087230 or 4362311. OLE color: 4362311.

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

Color convert

RGB 71 144 66 -
CMYK 0.51 0 0.54 0.44
HSL 116.15º 0.37% 0.41% -
HSV(B) 116.15º 0.54% 0.56% -
XYZ 13.56 21.68 8.62 -
YUV 113.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 71 144 66 0.51 0 0.54 0.44 116.15 0.37 0.41
Hex 47 90 42 33 0 36 2C 74 25 29
Octal 107 220 102 63 0 66 54 164 45 51
Binary 1000111 10010000 1000010 110011 0 110110 101100 1110100 100101 101001

Color Harmonies of #479042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479042

Black with #479042

Text Example


Text Example

White with #479042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479042; }

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

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

background-color css

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

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

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

border-color css

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

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

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