Html Css Color HEX #408F46 Fruit Salad

📋 copy color: '#408F46'

red 64 ◦ green 143 ◦ blue 70

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

Shades of Fruit Salad #408F46

Tints of Fruit Salad #408F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.27%

R = 23.1%
G = 51.62%
B = 25.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#408F46 (or 0x408F46) is known color: Fruit Salad. HEX triplet: 40, 8F and 46. RGB value is (64,143,70). Sum of RGB (Red+Green+Blue) = 64+143+70=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #408F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408F46 is #BF70B9. Grayscale: #6F6F6F. Windows color (decimal): -12546234 or 4624192. OLE color: 4624192.

HSL color Cylindrical-coordinate representation of color #408F46: hue angle of 124.56º 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 #408F46 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 70 -
CMYK 0.55 0 0.51 0.44
HSL 124.56º 0.38% 0.41% -
HSV(B) 124.56º 0.55% 0.56% -
XYZ 13.04 21.18 9.19 -
YUV 111.06 104.83 94.44 -
System Red Green Blue C M Y K H S L
Decimal 64 143 70 0.55 0 0.51 0.44 124.56 0.38 0.41
Hex 40 8F 46 37 0 33 2C 7D 26 29
Octal 100 217 106 67 0 63 54 175 46 51
Binary 1000000 10001111 1000110 110111 0 110011 101100 1111101 100110 101001

Color Harmonies of #408F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F46

Black with #408F46

Text Example


Text Example

White with #408F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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