#3AAC48

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

Shades of Fruit Salad #3AAC48

Tints of Fruit Salad #3AAC48

Color information

#3AAC48 (or 0x3AAC48) is unknown color: approx Fruit Salad. HEX triplet: 3A, AC and 48. RGB value is (58,172,72). Sum of RGB (Red+Green+Blue) = 58+172+72=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC48 is #C553B7. Grayscale: #7E7E7E. Windows color (decimal): -12932024 or 4762682. OLE color: 4762682.

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

Color convert

RGB5817272-
CMYK0.6600.580.33
HSL127.37º49.57%45.1%-
HSV(B)127.37º66.28%67.45%-
XYZ17.6730.8711.16-
YUV126.5197.2379.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.21%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=19.21%
G=56.95%
B=23.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58172720.6600.580.33127.3749.5745.1
Hex3AAC484203A217f322d
Octal72254110102072411776255
Binary111010101011001001000100001001110101000011111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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