#40A33C

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

Shades of Fruit Salad #40A33C

Tints of Fruit Salad #40A33C

Color information

#40A33C (or 0x40A33C) is unknown color: approx Fruit Salad. HEX triplet: 40, A3 and 3C. RGB value is (64,163,60). Sum of RGB (Red+Green+Blue) = 64+163+60=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #40A33C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A33C is #BF5CC3. Grayscale: #797979. Windows color (decimal): -12541124 or 3973952. OLE color: 3973952.

HSL color Cylindrical-coordinate representation of color #40A33C: hue angle of 117.67º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40A33C is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB6416360-
CMYK0.6100.630.36
HSL117.67º46.19%43.73%-
HSV(B)117.67º63.19%63.92%-
XYZ16.0327.618.76-
YUV121.6693.286.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 163 (64.06% from 255) = 56.79%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=22.30%
G=56.79%
B=20.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64163600.6100.630.36117.6746.1943.73
Hex40A33C3D03F24762e2c
Octal1002437475077441665654
Binary10000001010001111110011110101111111001001110110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,163,60); }

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

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

 a { background-color: rgb(64,163,60); }

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

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

 span { border-color: rgb(64,163,60); }

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