Html Css Color HEX #479345 Fruit Salad

📋 copy color: '#479345'

red 71 ◦ green 147 ◦ blue 69

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

Shades of Fruit Salad #479345

Tints of Fruit Salad #479345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.04%

R = 24.74%
G = 51.22%
B = 24.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#479345 (or 0x479345) is known color: Fruit Salad. HEX triplet: 47, 93 and 45. RGB value is (71,147,69). Sum of RGB (Red+Green+Blue) = 71+147+69=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #479345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479345 is #B86CBA. Grayscale: #737373. Windows color (decimal): -12086459 or 4559687. OLE color: 4559687.

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

Color convert

RGB 71 147 69 -
CMYK 0.52 0 0.53 0.42
HSL 118.46º 0.36% 0.42% -
HSV(B) 118.46º 0.53% 0.58% -
XYZ 14.11 22.64 9.26 -
YUV 115.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 71 147 69 0.52 0 0.53 0.42 118.46 0.36 0.42
Hex 47 93 45 34 0 35 2A 76 24 2A
Octal 107 223 105 64 0 65 52 166 44 52
Binary 1000111 10010011 1000101 110100 0 110101 101010 1110110 100100 101010

Color Harmonies of #479345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479345

Black with #479345

Text Example


Text Example

White with #479345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479345; }

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

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

background-color css

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

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

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

border-color css

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

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

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