#3AAE42

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

Shades of Fruit Salad #3AAE42

Tints of Fruit Salad #3AAE42

Color information

#3AAE42 (or 0x3AAE42) is unknown color: approx Fruit Salad. HEX triplet: 3A, AE and 42. RGB value is (58,174,66). Sum of RGB (Red+Green+Blue) = 58+174+66=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 174 (68.36% from 255 or 58.39% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAE42 is #C551BD. Grayscale: #7F7F7F. Windows color (decimal): -12931518 or 4369978. OLE color: 4369978.

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

Color convert

RGB5817466-
CMYK0.6700.620.32
HSL124.14º50%45.49%-
HSV(B)124.14º66.67%68.24%-
XYZ17.8631.5610.31-
YUV12793.5778.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.46%
GREEN value IS 174 (68.36% from 255) = 58.39%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=19.46%
G=58.39%
B=22.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58174660.6700.620.32124.145045.49
Hex3AAE424303E207c322d
Octal72256102103076401746255
Binary111010101011101000010100001101111101000001111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,174,66); }

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

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

 a { background-color: rgb(58,174,66); }

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

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

 span { border-color: rgb(58,174,66); }

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