#3AA136

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

Shades of Fruit Salad #3AA136

Tints of Fruit Salad #3AA136

Color information

#3AA136 (or 0x3AA136) is unknown color: approx Fruit Salad. HEX triplet: 3A, A1 and 36. RGB value is (58,161,54). Sum of RGB (Red+Green+Blue) = 58+161+54=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA136 is #C55EC9. Grayscale: #767676. Windows color (decimal): -12934858 or 3580218. OLE color: 3580218.

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

Color convert

RGB5816154-
CMYK0.6400.660.37
HSL117.76º49.77%42.16%-
HSV(B)117.76º66.46%63.14%-
XYZ15.1626.667.84-
YUV11891.8885.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 161 (63.28% from 255) = 58.97%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=21.25%
G=58.97%
B=19.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal58161540.6400.660.37117.7649.7742.16
Hex3AA136400422576322a
Octal72241661000102451666252
Binary111010101000011101101000000010000101001011110110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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