Html Css Color HEX #479542 Fruit Salad

📋 copy color: '#479542'

red 71 ◦ green 149 ◦ blue 66

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

Shades of Fruit Salad #479542

Tints of Fruit Salad #479542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.1%

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

R = 24.83%
G = 52.1%
B = 23.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#479542 (or 0x479542) is known color: Fruit Salad. HEX triplet: 47, 95 and 42. RGB value is (71,149,66). Sum of RGB (Red+Green+Blue) = 71+149+66=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #479542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479542 is #B86ABD. Grayscale: #747474. Windows color (decimal): -12085950 or 4363591. OLE color: 4363591.

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

Color convert

RGB 71 149 66 -
CMYK 0.52 0 0.56 0.42
HSL 116.39º 0.39% 0.42% -
HSV(B) 116.39º 0.56% 0.58% -
XYZ 14.33 23.23 8.88 -
YUV 116.22 99.66 95.75 -
System Red Green Blue C M Y K H S L
Decimal 71 149 66 0.52 0 0.56 0.42 116.39 0.39 0.42
Hex 47 95 42 34 0 38 2A 74 27 2A
Octal 107 225 102 64 0 70 52 164 47 52
Binary 1000111 10010101 1000010 110100 0 111000 101010 1110100 100111 101010

Color Harmonies of #479542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479542

Black with #479542

Text Example


Text Example

White with #479542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479542; }

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

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

background-color css

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

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

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

border-color css

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

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

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