#3AAB3C

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

Shades of Fruit Salad #3AAB3C

Tints of Fruit Salad #3AAB3C

Color information

#3AAB3C (or 0x3AAB3C) is unknown color: approx Fruit Salad. HEX triplet: 3A, AB and 3C. RGB value is (58,171,60). Sum of RGB (Red+Green+Blue) = 58+171+60=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAB3C is #C554C3. Grayscale: #7C7C7C. Windows color (decimal): -12932292 or 3975994. OLE color: 3975994.

HSL color Cylindrical-coordinate representation of color #3AAB3C: hue angle of 121.06º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAB3C is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB5817160-
CMYK0.6600.650.33
HSL121.06º49.34%44.9%-
HSV(B)121.06º66.08%67.06%-
XYZ17.1230.359.23-
YUV124.5691.5680.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 171 (67.19% from 255) = 59.17%
BLUE value IS 60 (23.83% from 255) = 20.76%
R=20.07%
G=59.17%
B=20.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58171600.6600.650.33121.0649.3444.9
Hex3AAB3C420412179312d
Octal72253741020101411716155
Binary111010101010111111001000010010000011000011111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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