Html Css Color HEX #479250 Fruit Salad

📋 copy color: '#479250'

red 71 ◦ green 146 ◦ blue 80

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

Shades of Fruit Salad #479250

Tints of Fruit Salad #479250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.16%

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 23.91%
G = 49.16%
B = 26.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#479250 (or 0x479250) is known color: Fruit Salad. HEX triplet: 47, 92 and 50. RGB value is (71,146,80). Sum of RGB (Red+Green+Blue) = 71+146+80=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #479250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479250 is #B86DAF. Grayscale: #747474. Windows color (decimal): -12086704 or 5280327. OLE color: 5280327.

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

Color convert

RGB 71 146 80 -
CMYK 0.51 0 0.45 0.43
HSL 127.2º 0.35% 0.43% -
HSV(B) 127.2º 0.51% 0.57% -
XYZ 14.33 22.48 11.17 -
YUV 116.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 71 146 80 0.51 0 0.45 0.43 127.2 0.35 0.43
Hex 47 92 50 33 0 2D 2B 7F 23 2B
Octal 107 222 120 63 0 55 53 177 43 53
Binary 1000111 10010010 1010000 110011 0 101101 101011 1111111 100011 101011

Color Harmonies of #479250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479250

Black with #479250

Text Example


Text Example

White with #479250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479250; }

 p { color: rgb(71,146,80); }

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

background-color css

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

 a { background-color: rgb(71,146,80); }

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

border-color css

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

 span { border-color: rgb(71,146,80); }

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