#40924A

Color #40924A Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #40924A

Tints of Fruit Salad #40924A

Color information

#40924A (or 0x40924A) is unknown color: approx Fruit Salad. HEX triplet: 40, 92 and 4A. RGB value is (64,146,74). Sum of RGB (Red+Green+Blue) = 64+146+74=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #40924A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40924A is #BF6DB5. Grayscale: #717171. Windows color (decimal): -12545462 or 4887104. OLE color: 4887104.

HSL color Cylindrical-coordinate representation of color #40924A: hue angle of 127.32º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40924A is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB6414674-
CMYK0.5600.490.43
HSL127.32º39.05%41.18%-
HSV(B)127.32º56.16%57.25%-
XYZ13.6322.1410.03-
YUV113.27105.8392.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=22.54%
G=51.41%
B=26.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64146740.5600.490.43127.3239.0541.18
Hex40924A380312B7f2729
Octal10022211270061531774751
Binary100000010010010100101011100001100011010111111111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40924A; }

 p { color: rgb(64,146,74); }

 H1.HeaderClassName
 {
   color: #40924A;
 }
 .AnyTagClassName
 {
   color: #40924A;
 }
</style>
background-color css

<style>
 a { background-color: #40924A; }

 a { background-color: rgb(64,146,74); }

 div.DivClassName
 {
   background-color: #40924A;
 }
 .BgClassName
 {
   background-color: #40924A;
 }
</style>
border-color css

<style>
 span { border-color: #40924A; }

 span { border-color: rgb(64,146,74); }

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