#3AA13D

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

Shades of Fruit Salad #3AA13D

Tints of Fruit Salad #3AA13D

Color information

#3AA13D (or 0x3AA13D) is unknown color: approx Fruit Salad. HEX triplet: 3A, A1 and 3D. RGB value is (58,161,61). Sum of RGB (Red+Green+Blue) = 58+161+61=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA13D is #C55EC2. Grayscale: #777777. Windows color (decimal): -12934851 or 4038970. OLE color: 4038970.

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

Color convert

RGB5816161-
CMYK0.6400.620.37
HSL121.75º47.03%42.94%-
HSV(B)121.75º63.98%63.14%-
XYZ15.3326.738.77-
YUV118.895.3884.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 161 (63.28% from 255) = 57.5%
BLUE value IS 61 (24.22% from 255) = 21.79%
R=20.71%
G=57.5%
B=21.79%

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
Decimal58161610.6400.620.37121.7547.0342.94
Hex3AA13D4003E257a2f2b
Octal7224175100076451725753
Binary11101010100001111101100000001111101001011111010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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