#3A9B3C

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

Shades of Fruit Salad #3A9B3C

Tints of Fruit Salad #3A9B3C

Color information

#3A9B3C (or 0x3A9B3C) is unknown color: approx Fruit Salad. HEX triplet: 3A, 9B and 3C. RGB value is (58,155,60). Sum of RGB (Red+Green+Blue) = 58+155+60=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9B3C is #C564C3. Grayscale: #737373. Windows color (decimal): -12936388 or 3971898. OLE color: 3971898.

HSL color Cylindrical-coordinate representation of color #3A9B3C: hue angle of 121.24º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9B3C is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB5815560-
CMYK0.6300.610.39
HSL121.24º45.54%41.76%-
HSV(B)121.24º62.58%60.78%-
XYZ14.2824.678.28-
YUV115.1796.8687.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 155 (60.94% from 255) = 56.78%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=21.25%
G=56.78%
B=21.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58155600.6300.610.39121.2445.5441.76
Hex3A9B3C3F03D27792e2a
Octal722337477075471715652
Binary1110101001101111110011111101111011001111111001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,155,60); }

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

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

 a { background-color: rgb(58,155,60); }

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

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

 span { border-color: rgb(58,155,60); }

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