Html Css Color HEX #40A546 Fruit Salad

📋 copy color: '#40A546'

red 64 ◦ green 165 ◦ blue 70

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

Shades of Fruit Salad #40A546

Tints of Fruit Salad #40A546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55.18%

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

R = 21.4%
G = 55.18%
B = 23.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#40A546 (or 0x40A546) is known color: Fruit Salad. HEX triplet: 40, A5 and 46. RGB value is (64,165,70). Sum of RGB (Red+Green+Blue) = 64+165+70=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #40A546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A546 is #BF5AB9. Grayscale: #7C7C7C. Windows color (decimal): -12540602 or 4629824. OLE color: 4629824.

HSL color Cylindrical-coordinate representation of color #40A546: hue angle of 123.56º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A546 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 165 70 -
CMYK 0.61 0 0.58 0.35
HSL 123.56º 0.44% 0.45% -
HSV(B) 123.56º 0.61% 0.65% -
XYZ 16.67 28.44 10.41 -
YUV 123.97 97.54 85.22 -
System Red Green Blue C M Y K H S L
Decimal 64 165 70 0.61 0 0.58 0.35 123.56 0.44 0.45
Hex 40 A5 46 3D 0 3A 23 7C 2C 2D
Octal 100 245 106 75 0 72 43 174 54 55
Binary 1000000 10100101 1000110 111101 0 111010 100011 1111100 101100 101101

Color Harmonies of #40A546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A546

Black with #40A546

Text Example


Text Example

White with #40A546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A546; }

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

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

background-color css

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

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

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

border-color css

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

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

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