#409F4B

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

Shades of Fruit Salad #409F4B

Tints of Fruit Salad #409F4B

Color information

#409F4B (or 0x409F4B) is unknown color: approx Fruit Salad. HEX triplet: 40, 9F and 4B. RGB value is (64,159,75). Sum of RGB (Red+Green+Blue) = 64+159+75=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #409F4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409F4B is #BF60B4. Grayscale: #797979. Windows color (decimal): -12542133 or 4955968. OLE color: 4955968.

HSL color Cylindrical-coordinate representation of color #409F4B: hue angle of 126.95º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409F4B is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB6415975-
CMYK0.6000.530.38
HSL126.95º42.6%43.73%-
HSV(B)126.95º59.75%62.35%-
XYZ15.7826.3910.92-
YUV121.02102.0387.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 159 (62.5% from 255) = 53.36%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=21.48%
G=53.36%
B=25.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64159750.6000.530.38126.9542.643.73
Hex409F4B3C035267f2b2c
Octal10023711374065461775354
Binary100000010011111100101111110001101011001101111111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409F4B; }

 p { color: rgb(64,159,75); }

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

<style>
 a { background-color: #409F4B; }

 a { background-color: rgb(64,159,75); }

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

<style>
 span { border-color: #409F4B; }

 span { border-color: rgb(64,159,75); }

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