#40983D

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

Shades of Fruit Salad #40983D

Tints of Fruit Salad #40983D

Color information

#40983D (or 0x40983D) is unknown color: approx Fruit Salad. HEX triplet: 40, 98 and 3D. RGB value is (64,152,61). Sum of RGB (Red+Green+Blue) = 64+152+61=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #40983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40983D is #BF67C2. Grayscale: #737373. Windows color (decimal): -12543939 or 4036672. OLE color: 4036672.

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

Color convert

RGB6415261-
CMYK0.5800.600.40
HSL118.02º42.72%41.76%-
HSV(B)118.02º59.87%59.61%-
XYZ14.1823.888.28-
YUV115.3197.3591.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 152 (59.77% from 255) = 54.87%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=23.10%
G=54.87%
B=22.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64152610.5800.600.40118.0242.7241.76
Hex40983D3A03C28762b2a
Octal1002307572074501665352
Binary10000001001100011110111101001111001010001110110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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