#3AA03D

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

Shades of Fruit Salad #3AA03D

Tints of Fruit Salad #3AA03D

Color information

#3AA03D (or 0x3AA03D) is unknown color: approx Fruit Salad. HEX triplet: 3A, A0 and 3D. RGB value is (58,160,61). Sum of RGB (Red+Green+Blue) = 58+160+61=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 160 (62.89% from 255 or 57.35% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA03D is #C55FC2. Grayscale: #767676. Windows color (decimal): -12935107 or 4038714. OLE color: 4038714.

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

Color convert

RGB5816061-
CMYK0.6400.620.37
HSL121.76º46.79%42.75%-
HSV(B)121.76º63.75%62.75%-
XYZ15.1626.388.71-
YUV118.2295.7185.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.79%
GREEN value IS 160 (62.89% from 255) = 57.35%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=20.79%
G=57.35%
B=21.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal58160610.6400.620.37121.7646.7942.75
Hex3AA03D4003E257a2f2b
Octal7224075100076451725753
Binary11101010100000111101100000001111101001011111010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,160,61); }

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

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

 a { background-color: rgb(58,160,61); }

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

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

 span { border-color: rgb(58,160,61); }

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