Html Css Color HEX #479545 Fruit Salad

📋 copy color: '#479545'

red 71 ◦ green 149 ◦ blue 69

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

Shades of Fruit Salad #479545

Tints of Fruit Salad #479545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.56%

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

R = 24.57%
G = 51.56%
B = 23.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#479545 (or 0x479545) is known color: Fruit Salad. HEX triplet: 47, 95 and 45. RGB value is (71,149,69). Sum of RGB (Red+Green+Blue) = 71+149+69=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #479545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479545 is #B86ABA. Grayscale: #747474. Windows color (decimal): -12085947 or 4560199. OLE color: 4560199.

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

Color convert

RGB 71 149 69 -
CMYK 0.52 0 0.54 0.42
HSL 118.5º 0.37% 0.43% -
HSV(B) 118.5º 0.54% 0.58% -
XYZ 14.42 23.26 9.36 -
YUV 116.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 71 149 69 0.52 0 0.54 0.42 118.5 0.37 0.43
Hex 47 95 45 34 0 36 2A 76 25 2B
Octal 107 225 105 64 0 66 52 166 45 53
Binary 1000111 10010101 1000101 110100 0 110110 101010 1110110 100101 101011

Color Harmonies of #479545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479545

Black with #479545

Text Example


Text Example

White with #479545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479545; }

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

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

background-color css

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

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

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

border-color css

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

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

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