Html Css Color HEX #479652 Fruit Salad

📋 copy color: '#479652'

red 71 ◦ green 150 ◦ blue 82

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

Shades of Fruit Salad #479652

Tints of Fruit Salad #479652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.5%

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 23.43%
G = 49.5%
B = 27.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#479652 (or 0x479652) is known color: Fruit Salad. HEX triplet: 47, 96 and 52. RGB value is (71,150,82). Sum of RGB (Red+Green+Blue) = 71+150+82=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #479652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479652 is #B869AD. Grayscale: #767676. Windows color (decimal): -12085678 or 5412423. OLE color: 5412423.

HSL color Cylindrical-coordinate representation of color #479652: hue angle of 128.35º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479652 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 82 -
CMYK 0.53 0 0.45 0.41
HSL 128.35º 0.36% 0.43% -
HSV(B) 128.35º 0.53% 0.59% -
XYZ 15.03 23.76 11.78 -
YUV 118.63 107.33 94.03 -
System Red Green Blue C M Y K H S L
Decimal 71 150 82 0.53 0 0.45 0.41 128.35 0.36 0.43
Hex 47 96 52 35 0 2D 29 80 24 2B
Octal 107 226 122 65 0 55 51 200 44 53
Binary 1000111 10010110 1010010 110101 0 101101 101001 10000000 100100 101011

Color Harmonies of #479652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479652

Black with #479652

Text Example


Text Example

White with #479652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479652; }

 p { color: rgb(71,150,82); }

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

background-color css

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

 a { background-color: rgb(71,150,82); }

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

border-color css

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

 span { border-color: rgb(71,150,82); }

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