#40973F

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

Shades of Fruit Salad #40973F

Tints of Fruit Salad #40973F

Color information

#40973F (or 0x40973F) is unknown color: approx Fruit Salad. HEX triplet: 40, 97 and 3F. RGB value is (64,151,63). Sum of RGB (Red+Green+Blue) = 64+151+63=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 151 (59.38% from 255 or 54.32% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 151 - color contains mainly: green. Hex color #40973F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40973F is #BF68C0. Grayscale: #737373. Windows color (decimal): -12544193 or 4167488. OLE color: 4167488.

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

Color convert

RGB6415163-
CMYK0.5800.580.41
HSL119.32º41.12%41.96%-
HSV(B)119.32º58.28%59.22%-
XYZ14.0823.588.51-
YUV114.9698.6891.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 151 (59.38% from 255) = 54.32%
BLUE value IS 63 (25% from 255) = 22.66%
R=23.02%
G=54.32%
B=22.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64151630.5800.580.41119.3241.1241.96
Hex40973F3A03A2977292a
Octal1002277772072511675152
Binary10000001001011111111111101001110101010011110111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40973F; }

 p { color: rgb(64,151,63); }

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

<style>
 a { background-color: #40973F; }

 a { background-color: rgb(64,151,63); }

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

<style>
 span { border-color: #40973F; }

 span { border-color: rgb(64,151,63); }

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