#3AA244

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

Shades of Fruit Salad #3AA244

Tints of Fruit Salad #3AA244

Color information

#3AA244 (or 0x3AA244) is unknown color: approx Fruit Salad. HEX triplet: 3A, A2 and 44. RGB value is (58,162,68). Sum of RGB (Red+Green+Blue) = 58+162+68=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA244 is #C55DBB. Grayscale: #787878. Windows color (decimal): -12934588 or 4497978. OLE color: 4497978.

HSL color Cylindrical-coordinate representation of color #3AA244: hue angle of 125.77º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA244 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB5816268-
CMYK0.6400.580.36
HSL125.77º47.27%43.14%-
HSV(B)125.77º64.2%63.53%-
XYZ15.7127.169.88-
YUV120.1998.5483.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.14%
GREEN value IS 162 (63.67% from 255) = 56.25%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=20.14%
G=56.25%
B=23.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58162680.6400.580.36125.7747.2743.14
Hex3AA2444003A247e2f2b
Octal72242104100072441765753
Binary111010101000101000100100000001110101001001111110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,162,68); }

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

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

 a { background-color: rgb(58,162,68); }

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

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

 span { border-color: rgb(58,162,68); }

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