Html Css Color HEX #479C45 Fruit Salad

📋 copy color: '#479C45'

red 71 ◦ green 156 ◦ blue 69

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

Shades of Fruit Salad #479C45

Tints of Fruit Salad #479C45

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.7%

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

R = 23.99%
G = 52.7%
B = 23.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#479C45 (or 0x479C45) is known color: Fruit Salad. HEX triplet: 47, 9C and 45. RGB value is (71,156,69). Sum of RGB (Red+Green+Blue) = 71+156+69=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #479C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479C45 is #B863BA. Grayscale: #787878. Windows color (decimal): -12084155 or 4561991. OLE color: 4561991.

HSL color Cylindrical-coordinate representation of color #479C45: hue angle of 118.62º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #479C45 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 156 69 -
CMYK 0.54 0 0.56 0.39
HSL 118.62º 0.39% 0.44% -
HSV(B) 118.62º 0.56% 0.61% -
XYZ 15.56 25.55 9.74 -
YUV 120.67 98.84 92.57 -
System Red Green Blue C M Y K H S L
Decimal 71 156 69 0.54 0 0.56 0.39 118.62 0.39 0.44
Hex 47 9C 45 36 0 38 27 77 27 2C
Octal 107 234 105 66 0 70 47 167 47 54
Binary 1000111 10011100 1000101 110110 0 111000 100111 1110111 100111 101100

Color Harmonies of #479C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479C45

Black with #479C45

Text Example


Text Example

White with #479C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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