#40983b

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

Shades of Fruit Salad #40983B

Tints of Fruit Salad #40983B

Color information

#40983B (or 0x40983B) is unknown color: approx Fruit Salad. HEX triplet: 40, 98 and 3B. RGB value is (64,152,59). Sum of RGB (Red+Green+Blue) = 64+152+59=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #40983B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40983B is #BF67C4. Grayscale: #737373. Windows color (decimal): -12543941 or 3905600. OLE color: 3905600.

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

Color convert

RGB6415259-
CMYK0.5800.610.40
HSL116.77º44.08%41.37%-
HSV(B)116.77º61.18%59.61%-
XYZ14.1323.868-
YUV115.0996.3591.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=23.27%
G=55.27%
B=21.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64152590.5800.610.40116.7744.0841.37
Hex40983B3A03D28752c29
Octal1002307372075501655451
Binary10000001001100011101111101001111011010001110101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40983b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40983b; }

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

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

<style>
 a { background-color: #40983b; }

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

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

<style>
 span { border-color: #40983b; }

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

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