#3AAC41

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

Shades of Fruit Salad #3AAC41

Tints of Fruit Salad #3AAC41

Color information

#3AAC41 (or 0x3AAC41) is unknown color: approx Fruit Salad. HEX triplet: 3A, AC and 41. RGB value is (58,172,65). Sum of RGB (Red+Green+Blue) = 58+172+65=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC41 is #C553BE. Grayscale: #7E7E7E. Windows color (decimal): -12932031 or 4303930. OLE color: 4303930.

HSL color Cylindrical-coordinate representation of color #3AAC41: hue angle of 123.68º 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 #3AAC41 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB5817265-
CMYK0.6600.620.33
HSL123.68º49.57%45.1%-
HSV(B)123.68º66.28%67.45%-
XYZ17.4530.7910.02-
YUV125.7293.7379.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 172 (67.58% from 255) = 58.31%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=19.66%
G=58.31%
B=22.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58172650.6600.620.33123.6849.5745.1
Hex3AAC414203E217c322d
Octal72254101102076411746255
Binary111010101011001000001100001001111101000011111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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