#40A935

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

Shades of Fruit Salad #40A935

Tints of Fruit Salad #40A935

Color information

#40A935 (or 0x40A935) is unknown color: approx Fruit Salad. HEX triplet: 40, A9 and 35. RGB value is (64,169,53). Sum of RGB (Red+Green+Blue) = 64+169+53=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #40A935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A935 is #BF56CA. Grayscale: #7C7C7C. Windows color (decimal): -12539595 or 3516736. OLE color: 3516736.

HSL color Cylindrical-coordinate representation of color #40A935: hue angle of 114.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40A935 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB6416953-
CMYK0.6200.690.34
HSL114.31º52.25%43.53%-
HSV(B)114.31º68.64%66.27%-
XYZ16.9429.728.21-
YUV124.3887.7184.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 169 (66.41% from 255) = 59.09%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=22.38%
G=59.09%
B=18.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64169530.6200.690.34114.3152.2543.53
Hex40A9353E0452272342c
Octal10025165760105421626454
Binary100000010101001110101111110010001011000101110010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,169,53); }

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

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

 a { background-color: rgb(64,169,53); }

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

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

 span { border-color: rgb(64,169,53); }

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