#40B047

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

Shades of Fruit Salad #40B047

Tints of Fruit Salad #40B047

Color information

#40B047 (or 0x40B047) is unknown color: approx Fruit Salad. HEX triplet: 40, B0 and 47. RGB value is (64,176,71). Sum of RGB (Red+Green+Blue) = 64+176+71=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #40B047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B047 is #BF4FB8. Grayscale: #828282. Windows color (decimal): -12537785 or 4698176. OLE color: 4698176.

HSL color Cylindrical-coordinate representation of color #40B047: hue angle of 123.75º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B047 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB6417671-
CMYK0.6400.600.31
HSL123.75º46.67%47.06%-
HSV(B)123.75º63.64%69.02%-
XYZ18.7832.611.26-
YUV130.5494.3980.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 176 (69.14% from 255) = 56.59%
BLUE value IS 71 (28.12% from 255) = 22.83%
R=20.58%
G=56.59%
B=22.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64176710.6400.600.31123.7546.6747.06
Hex40B0474003C1F7c2f2f
Octal100260107100074371745757
Binary100000010110000100011110000000111100111111111100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40B047; }

 p { color: rgb(64,176,71); }

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

<style>
 a { background-color: #40B047; }

 a { background-color: rgb(64,176,71); }

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

<style>
 span { border-color: #40B047; }

 span { border-color: rgb(64,176,71); }

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