Html Css Color HEX #479148 Fruit Salad

📋 copy color: '#479148'

red 71 ◦ green 145 ◦ blue 72

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

Shades of Fruit Salad #479148

Tints of Fruit Salad #479148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25%

R = 24.65%
G = 50.35%
B = 25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#479148 (or 0x479148) is known color: Fruit Salad. HEX triplet: 47, 91 and 48. RGB value is (71,145,72). Sum of RGB (Red+Green+Blue) = 71+145+72=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #479148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479148 is #B86EB7. Grayscale: #727272. Windows color (decimal): -12086968 or 4755783. OLE color: 4755783.

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

Color convert

RGB 71 145 72 -
CMYK 0.51 0 0.50 0.43
HSL 120.81º 0.34% 0.42% -
HSV(B) 120.81º 0.51% 0.57% -
XYZ 13.89 22.06 9.66 -
YUV 114.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 71 145 72 0.51 0 0.50 0.43 120.81 0.34 0.42
Hex 47 91 48 33 0 32 2B 79 22 2A
Octal 107 221 110 63 0 62 53 171 42 52
Binary 1000111 10010001 1001000 110011 0 110010 101011 1111001 100010 101010

Color Harmonies of #479148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479148

Black with #479148

Text Example


Text Example

White with #479148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479148; }

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

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

background-color css

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

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

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

border-color css

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

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

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