Html Css Color HEX #479145 Fruit Salad

📋 copy color: '#479145'

red 71 ◦ green 145 ◦ blue 69

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

Shades of Fruit Salad #479145

Tints of Fruit Salad #479145

RGB

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

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

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

R = 24.91%
G = 50.88%
B = 24.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#479145 (or 0x479145) is known color: Fruit Salad. HEX triplet: 47, 91 and 45. RGB value is (71,145,69). Sum of RGB (Red+Green+Blue) = 71+145+69=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #479145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479145 is #B86EBA. Grayscale: #727272. Windows color (decimal): -12086971 or 4559175. OLE color: 4559175.

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

Color convert

RGB 71 145 69 -
CMYK 0.51 0 0.52 0.43
HSL 118.42º 0.36% 0.42% -
HSV(B) 118.42º 0.52% 0.57% -
XYZ 13.8 22.02 9.15 -
YUV 114.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 71 145 69 0.51 0 0.52 0.43 118.42 0.36 0.42
Hex 47 91 45 33 0 34 2B 76 24 2A
Octal 107 221 105 63 0 64 53 166 44 52
Binary 1000111 10010001 1000101 110011 0 110100 101011 1110110 100100 101010

Color Harmonies of #479145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479145

Black with #479145

Text Example


Text Example

White with #479145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479145; }

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

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

background-color css

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

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

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

border-color css

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

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

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