Html Css Color HEX #479945 Fruit Salad

📋 copy color: '#479945'

red 71 ◦ green 153 ◦ blue 69

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

Shades of Fruit Salad #479945

Tints of Fruit Salad #479945

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.22%

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

R = 24.23%
G = 52.22%
B = 23.55%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#479945 (or 0x479945) is known color: Fruit Salad. HEX triplet: 47, 99 and 45. RGB value is (71,153,69). Sum of RGB (Red+Green+Blue) = 71+153+69=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #479945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479945 is #B866BA. Grayscale: #777777. Windows color (decimal): -12084923 or 4561223. OLE color: 4561223.

HSL color Cylindrical-coordinate representation of color #479945: hue angle of 118.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479945 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 153 69 -
CMYK 0.54 0 0.55 0.4
HSL 118.57º 0.38% 0.44% -
HSV(B) 118.57º 0.55% 0.6% -
XYZ 15.06 24.55 9.58 -
YUV 118.91 99.83 93.83 -
System Red Green Blue C M Y K H S L
Decimal 71 153 69 0.54 0 0.55 0.4 118.57 0.38 0.44
Hex 47 99 45 36 0 37 28 77 26 2C
Octal 107 231 105 66 0 67 50 167 46 54
Binary 1000111 10011001 1000101 110110 0 110111 101000 1110111 100110 101100

Color Harmonies of #479945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479945

Black with #479945

Text Example


Text Example

White with #479945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479945; }

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

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

background-color css

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

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

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

border-color css

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

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

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