#40984C

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

Shades of Fruit Salad #40984C

Tints of Fruit Salad #40984C

Color information

#40984C (or 0x40984C) is unknown color: approx Fruit Salad. HEX triplet: 40, 98 and 4C. RGB value is (64,152,76). Sum of RGB (Red+Green+Blue) = 64+152+76=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #40984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40984C is #BF67B3. Grayscale: #757575. Windows color (decimal): -12543924 or 5019712. OLE color: 5019712.

HSL color Cylindrical-coordinate representation of color #40984C: hue angle of 128.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40984C is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB6415276-
CMYK0.5800.500.40
HSL128.18º40.74%42.35%-
HSV(B)128.18º57.89%59.61%-
XYZ14.6524.0710.71-
YUV117.02104.8590.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 152 (59.77% from 255) = 52.05%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=21.92%
G=52.05%
B=26.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64152760.5800.500.40128.1840.7442.35
Hex40984C3A0322880292a
Octal10023011472062502005152
Binary1000000100110001001100111010011001010100010000000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40984C; }

 p { color: rgb(64,152,76); }

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

<style>
 a { background-color: #40984C; }

 a { background-color: rgb(64,152,76); }

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

<style>
 span { border-color: #40984C; }

 span { border-color: rgb(64,152,76); }

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