Html Css Color HEX #479748 Fruit Salad

📋 copy color: '#479748'

red 71 ◦ green 151 ◦ blue 72

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

Shades of Fruit Salad #479748

Tints of Fruit Salad #479748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.36%

 BLUE value IS 72 (28.52% from 255) = 24.49%

R = 24.15%
G = 51.36%
B = 24.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#479748 (or 0x479748) is known color: Fruit Salad. HEX triplet: 47, 97 and 48. RGB value is (71,151,72). Sum of RGB (Red+Green+Blue) = 71+151+72=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #479748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479748 is #B868B7. Grayscale: #767676. Windows color (decimal): -12085432 or 4757319. OLE color: 4757319.

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

Color convert

RGB 71 151 72 -
CMYK 0.53 0 0.52 0.41
HSL 120.75º 0.36% 0.44% -
HSV(B) 120.75º 0.53% 0.59% -
XYZ 14.83 23.94 9.97 -
YUV 118.07 102 94.42 -
System Red Green Blue C M Y K H S L
Decimal 71 151 72 0.53 0 0.52 0.41 120.75 0.36 0.44
Hex 47 97 48 35 0 34 29 79 24 2C
Octal 107 227 110 65 0 64 51 171 44 54
Binary 1000111 10010111 1001000 110101 0 110100 101001 1111001 100100 101100

Color Harmonies of #479748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479748

Black with #479748

Text Example


Text Example

White with #479748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479748; }

 p { color: rgb(71,151,72); }

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

background-color css

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

 a { background-color: rgb(71,151,72); }

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

border-color css

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

 span { border-color: rgb(71,151,72); }

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