Html Css Color HEX #408F49 Fruit Salad

📋 copy color: '#408F49'

red 64 ◦ green 143 ◦ blue 73

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

Shades of Fruit Salad #408F49

Tints of Fruit Salad #408F49

RGB

 RED value IS 64 (25.39% from 255) = 22.86%

 GREEN value IS 143 (56.25% from 255) = 51.07%

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 22.86%
G = 51.07%
B = 26.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#408F49 (or 0x408F49) is known color: Fruit Salad. HEX triplet: 40, 8F and 49. RGB value is (64,143,73). Sum of RGB (Red+Green+Blue) = 64+143+73=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #408F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408F49 is #BF70B6. Grayscale: #6F6F6F. Windows color (decimal): -12546231 or 4820800. OLE color: 4820800.

HSL color Cylindrical-coordinate representation of color #408F49: hue angle of 126.84º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F49 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 73 -
CMYK 0.55 0 0.49 0.44
HSL 126.84º 0.38% 0.41% -
HSV(B) 126.84º 0.55% 0.56% -
XYZ 13.14 21.22 9.71 -
YUV 111.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 64 143 73 0.55 0 0.49 0.44 126.84 0.38 0.41
Hex 40 8F 49 37 0 31 2C 7F 26 29
Octal 100 217 111 67 0 61 54 177 46 51
Binary 1000000 10001111 1001001 110111 0 110001 101100 1111111 100110 101001

Color Harmonies of #408F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F49

Black with #408F49

Text Example


Text Example

White with #408F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408F49; }

 p { color: rgb(64,143,73); }

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

background-color css

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

 a { background-color: rgb(64,143,73); }

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

border-color css

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

 span { border-color: rgb(64,143,73); }

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