Html Css Color HEX #479849 Fruit Salad

📋 copy color: '#479849'

red 71 ◦ green 152 ◦ blue 73

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

Shades of Fruit Salad #479849

Tints of Fruit Salad #479849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.35%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 23.99%
G = 51.35%
B = 24.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#479849 (or 0x479849) is known color: Fruit Salad. HEX triplet: 47, 98 and 49. RGB value is (71,152,73). Sum of RGB (Red+Green+Blue) = 71+152+73=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #479849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479849 is #B867B6. Grayscale: #777777. Windows color (decimal): -12085175 or 4823111. OLE color: 4823111.

HSL color Cylindrical-coordinate representation of color #479849: hue angle of 121.48º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479849 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 73 -
CMYK 0.53 0 0.52 0.40
HSL 121.48º 0.36% 0.44% -
HSV(B) 121.48º 0.53% 0.6% -
XYZ 15.03 24.28 10.2 -
YUV 118.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 71 152 73 0.53 0 0.52 0.40 121.48 0.36 0.44
Hex 47 98 49 35 0 34 28 79 24 2C
Octal 107 230 111 65 0 64 50 171 44 54
Binary 1000111 10011000 1001001 110101 0 110100 101000 1111001 100100 101100

Color Harmonies of #479849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479849

Black with #479849

Text Example


Text Example

White with #479849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479849; }

 p { color: rgb(71,152,73); }

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

background-color css

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

 a { background-color: rgb(71,152,73); }

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

border-color css

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

 span { border-color: rgb(71,152,73); }

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