Html Css Color HEX #478D4B Fruit Salad

📋 copy color: '#478D4B'

red 71 ◦ green 141 ◦ blue 75

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

Shades of Fruit Salad #478D4B

Tints of Fruit Salad #478D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 24.74%
G = 49.13%
B = 26.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#478D4B (or 0x478D4B) is known color: Fruit Salad. HEX triplet: 47, 8D and 4B. RGB value is (71,141,75). Sum of RGB (Red+Green+Blue) = 71+141+75=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #478D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478D4B is #B872B4. Grayscale: #707070. Windows color (decimal): -12087989 or 4951367. OLE color: 4951367.

HSL color Cylindrical-coordinate representation of color #478D4B: hue angle of 123.43º 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 #478D4B is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 141 75 -
CMYK 0.50 0 0.47 0.45
HSL 123.43º 0.33% 0.42% -
HSV(B) 123.43º 0.5% 0.55% -
XYZ 13.39 20.9 9.98 -
YUV 112.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 71 141 75 0.50 0 0.47 0.45 123.43 0.33 0.42
Hex 47 8D 4B 32 0 2F 2D 7B 21 2A
Octal 107 215 113 62 0 57 55 173 41 52
Binary 1000111 10001101 1001011 110010 0 101111 101101 1111011 100001 101010

Color Harmonies of #478D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478D4B

Black with #478D4B

Text Example


Text Example

White with #478D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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