#3AAC40

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

Shades of Fruit Salad #3AAC40

Tints of Fruit Salad #3AAC40

Color information

#3AAC40 (or 0x3AAC40) is unknown color: approx Fruit Salad. HEX triplet: 3A, AC and 40. RGB value is (58,172,64). Sum of RGB (Red+Green+Blue) = 58+172+64=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC40 is #C553BF. Grayscale: #7D7D7D. Windows color (decimal): -12932032 or 4238394. OLE color: 4238394.

HSL color Cylindrical-coordinate representation of color #3AAC40: hue angle of 123.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAC40 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB5817264-
CMYK0.6600.630.33
HSL123.16º49.57%45.1%-
HSV(B)123.16º66.28%67.45%-
XYZ17.4230.779.87-
YUV125.693.2379.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 172 (67.58% from 255) = 58.50%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=19.73%
G=58.50%
B=21.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58172640.6600.630.33123.1649.5745.1
Hex3AAC404203F217b322d
Octal72254100102077411736255
Binary111010101011001000000100001001111111000011111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AAC40; }

 p { color: rgb(58,172,64); }

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

<style>
 a { background-color: #3AAC40; }

 a { background-color: rgb(58,172,64); }

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

<style>
 span { border-color: #3AAC40; }

 span { border-color: rgb(58,172,64); }

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