Html Css Color HEX #478D4A Fruit Salad

📋 copy color: '#478D4A'

red 71 ◦ green 141 ◦ blue 74

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

Shades of Fruit Salad #478D4A

Tints of Fruit Salad #478D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.3%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 24.83%
G = 49.3%
B = 25.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#478D4A (or 0x478D4A) is known color: Fruit Salad. HEX triplet: 47, 8D and 4A. RGB value is (71,141,74). Sum of RGB (Red+Green+Blue) = 71+141+74=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #478D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478D4A is #B872B5. Grayscale: #707070. Windows color (decimal): -12087990 or 4885831. OLE color: 4885831.

HSL color Cylindrical-coordinate representation of color #478D4A: hue angle of 122.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D4A is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 141 74 -
CMYK 0.50 0 0.48 0.45
HSL 122.57º 0.33% 0.42% -
HSV(B) 122.57º 0.5% 0.55% -
XYZ 13.36 20.88 9.81 -
YUV 112.43 106.31 98.45 -
System Red Green Blue C M Y K H S L
Decimal 71 141 74 0.50 0 0.48 0.45 122.57 0.33 0.42
Hex 47 8D 4A 32 0 30 2D 7B 21 2A
Octal 107 215 112 62 0 60 55 173 41 52
Binary 1000111 10001101 1001010 110010 0 110000 101101 1111011 100001 101010

Color Harmonies of #478D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478D4A

Black with #478D4A

Text Example


Text Example

White with #478D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478D4A; }

 p { color: rgb(71,141,74); }

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

background-color css

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

 a { background-color: rgb(71,141,74); }

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

border-color css

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

 span { border-color: rgb(71,141,74); }

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