Html Css Color HEX #479348 Fruit Salad

📋 copy color: '#479348'

red 71 ◦ green 147 ◦ blue 72

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

Shades of Fruit Salad #479348

Tints of Fruit Salad #479348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.69%

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

R = 24.48%
G = 50.69%
B = 24.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#479348 (or 0x479348) is known color: Fruit Salad. HEX triplet: 47, 93 and 48. RGB value is (71,147,72). Sum of RGB (Red+Green+Blue) = 71+147+72=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #479348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479348 is #B86CB7. Grayscale: #737373. Windows color (decimal): -12086456 or 4756295. OLE color: 4756295.

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

Color convert

RGB 71 147 72 -
CMYK 0.52 0 0.51 0.42
HSL 120.79º 0.35% 0.43% -
HSV(B) 120.79º 0.52% 0.58% -
XYZ 14.2 22.67 9.76 -
YUV 115.73 103.32 96.1 -
System Red Green Blue C M Y K H S L
Decimal 71 147 72 0.52 0 0.51 0.42 120.79 0.35 0.43
Hex 47 93 48 34 0 33 2A 79 23 2B
Octal 107 223 110 64 0 63 52 171 43 53
Binary 1000111 10010011 1001000 110100 0 110011 101010 1111001 100011 101011

Color Harmonies of #479348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479348

Black with #479348

Text Example


Text Example

White with #479348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479348; }

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

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

background-color css

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

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

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

border-color css

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

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

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